Skip to content

Commit

Permalink
Disable CI invariant tests until Foundry issue is resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
ermyas committed Aug 14, 2024
1 parent 9345d8c commit 760c1c2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,4 @@ jobs:
- name: Run Fork Tests
run: |
forge test --match-path "test/fork/**" -vvvvv
id: fork_test

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

0 comments on commit 760c1c2

Please sign in to comment.