Skip to content

Commit

Permalink
Anvil installation on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinzolotarev committed Nov 19, 2024
1 parent c22b27a commit 397bfa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
cache-on-failure: true
- run: curl -L https://foundry.paradigm.xyz | bash
- run: /home/runner/.config/.foundry/bin/foundryup
- run: ls -l /home/runner/.config/.foundry/bin
- run: anvil --help
- run: cargo test --workspace --all-targets --all-features
env:
RUSTFLAGS: -Dwarnings
Expand Down

0 comments on commit 397bfa0

Please sign in to comment.