Skip to content

Commit e49021c

Browse files
Evalirmikelodder7
authored andcommitted
fix(tests): only run heavy integration tests by tightening filters (foundry-rs#5657)
1 parent 06f7e7e commit e49021c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/heavy-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
job:
6060
- name: Long-running integration tests
61-
filter: "!test(~live)"
61+
filter: "!test(~live) & test(heavy)"
6262
env:
6363
ETH_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/C3JEvfW6VgtqZQa-Qp1E-2srEiIc02sD
6464
steps:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Heavy integration tests that can take an hour to run or more.
2+
//! All tests are prefixed with heavy so they can be filtered by nextest.
23
34
use foundry_test_utils::forgetest_external;
45

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

0 commit comments

Comments
 (0)