Skip to content

Commit

Permalink
fix: disable fork test
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Jan 10, 2025
1 parent d7f7910 commit f2da468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
forge build --sizes --deny-warnings
id: build
- name: Run forge tests
# Currently forked tests are disabled to increase reliability of CI builds
run: |
forge test --no-match-path "test/gateway/e2e-tests/*" -vvv --deny-warnings
forge test --no-match-contract Forked -vvv --deny-warnings
id: test
- name: Run forge docs
run: |
Expand Down

0 comments on commit f2da468

Please sign in to comment.