Skip to content

Commit

Permalink
Install foundry for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Dec 5, 2023
1 parent f657f5c commit 4a0d9e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: cargo nextest run --workspace
env:
RUST_LOG: info,tx-sitter=debug
Expand Down

0 comments on commit 4a0d9e1

Please sign in to comment.