Skip to content

Commit

Permalink
Fix foundry version of CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andlyn666 committed Nov 29, 2023
1 parent c1f887f commit c055a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-from-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Install Anvil
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-cc5637a979050c39b3d06bc4cc6134f0591ee8d0
- name: Run tests
run: CARGO_HTTP_MULTIPLEXING=false cargo test --all -- --test-threads=1 --nocapture

0 comments on commit c055a4d

Please sign in to comment.