Skip to content

Commit

Permalink
fix(workflows/protocol_tests): excludes integration tests correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgousset committed Jun 4, 2024
1 parent 1f7ab42 commit 2f9f837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/protocol_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Run Everything just in case something was missed
# can't use gas limit because some setUp function use more than the limit
run: forge test -vvv --no-match-path "test-sol/integration/Integration.t.sol" --no-match-contract "RegistryIntegrationTest"
run: forge test -vvv --no-match-contract "RegistryIntegrationTest|RandomTest|BLS12_381Passthrough"

- name: Generate migrations
if: success() || failure()
Expand Down

0 comments on commit 2f9f837

Please sign in to comment.