Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/heavy-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
matrix:
job:
- name: Long-running integration tests
filter: "!test(~live)"
filter: "!test(~live) & test(heavy)"
env:
ETH_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/C3JEvfW6VgtqZQa-Qp1E-2srEiIc02sD
steps:
Expand Down
3 changes: 2 additions & 1 deletion crates/forge/tests/cli/heavy_integration.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Heavy integration tests that can take an hour to run or more.
//! All tests are prefixed with heavy so they can be filtered by nextest.
use foundry_test_utils::forgetest_external;

forgetest_external!(maple, "maple-labs/maple-core-v2");
forgetest_external!(heavy_maple, "maple-labs/maple-core-v2");