Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Aug 16, 2024
1 parent e6d5ec6 commit 6c7d675
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-af97b2c75cbcfaba23462998ae75ca082bcca1f2

- name: Run Forge build
run: |
Expand Down Expand Up @@ -68,4 +68,10 @@ jobs:
- name: Run Fork Tests
run: |
forge test --match-path "test/fork/**" -vvvvv
id: fork_test
id: fork_test

- name: Run Invariant Tests
run: |
yarn local:testchain
forge test --match-path "test/invariant/**" -vvvvv
id: invariant_test

0 comments on commit 6c7d675

Please sign in to comment.