Commit cdf28e3d authored by Maurelian's avatar Maurelian Committed by GitHub

fix: test filtering in CI (#13526)

parent 75e461d3
......@@ -1256,7 +1256,7 @@ workflows:
- contracts-bedrock-tests:
# Test everything except PreimageOracle.t.sol since it's slow.
name: contracts-bedrock-tests
test_list: find test -name "PreimageOracle.t.sol"
test_list: find test -name "*.t.sol" -not -name "PreimageOracle.t.sol"
- contracts-bedrock-tests:
# PreimageOracle test is slow, run it separately to unblock CI.
name: contracts-bedrock-tests-preimage-oracle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment