Skip to content

Commit

Permalink
test: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0dot committed Aug 7, 2024
1 parent 7af9892 commit 28a36e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,7 @@ jobs:
run: forge build

- name: Run tests
run: forge test -vvv
run: SMA_TEST=false forge test -vvv

- name: Run SMA tests
run: SMA_TEST=true forge test -vvv

0 comments on commit 28a36e7

Please sign in to comment.