Skip to content

Commit

Permalink
disable contracts-bedrock-tests-heavy-fuzz-modified (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhodl authored Dec 9, 2024
1 parent cb15c77 commit 0ea3b73
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1300,13 +1300,13 @@ workflows:
name: contracts-bedrock-tests-preimage-oracle
test_parallelism: 1
test_list: find test -name "PreimageOracle.t.sol"
- contracts-bedrock-tests:
# Heavily fuzz any fuzz tests within added or modified test files.
name: contracts-bedrock-tests-heavy-fuzz-modified
test_parallelism: 1
test_list: git diff origin/develop...HEAD --name-only -- './test/**/*.t.sol' | sed 's|packages/contracts-bedrock/||'
test_timeout: 1h
test_profile: ciheavy
# - contracts-bedrock-tests:
# # Heavily fuzz any fuzz tests within added or modified test files.
# name: contracts-bedrock-tests-heavy-fuzz-modified
# test_parallelism: 1
# test_list: git diff origin/op-es...HEAD --name-only -- './test/**/*.t.sol' | sed 's|packages/contracts-bedrock/||'
# test_timeout: 1h
# test_profile: ciheavy
- contracts-bedrock-coverage
# - contracts-bedrock-checks:
# requires:
Expand Down

0 comments on commit 0ea3b73

Please sign in to comment.