Skip to content

Commit

Permalink
Update CI to use Foundry in order to make Anvil available in the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrobles92 committed Jun 11, 2024
1 parent bb159f9 commit 0e8f966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- uses: foundry-rs/foundry-toolchain@v1
- run: |
cargo build -r --bin katana
KATANA_RUNNER_BIN=$(pwd)/target/release/katana cargo llvm-cov nextest --no-report --all-features --workspace --exclude katana --build-jobs 20
Expand Down

0 comments on commit 0e8f966

Please sign in to comment.