Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhooketh committed Nov 15, 2024
1 parent d6104df commit 8afa85f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Run tests
run: forge test -vvv
run: cd contracts && forge test -vvv

0 comments on commit 8afa85f

Please sign in to comment.