Skip to content

Commit

Permalink
ci: Reduce fuzz runs in basic CI (ethereum-optimism#13299)
Browse files Browse the repository at this point in the history
* ci: Specify number of jobs in contract tests

* reduce runs

* decrease runs

* don't rebuild on semver lock

* remove -j
  • Loading branch information
mslipper authored Dec 6, 2024
1 parent 4317c09 commit 6de3799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ jobs:
- run-contracts-check:
command: semgrep
- run-contracts-check:
command: semver-lock
command: semver-lock-no-build
- run-contracts-check:
command: semver-diff-check-no-build
- run-contracts-check:
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ wrap_comments=true
################################################################

[profile.ci.fuzz]
runs = 512
runs = 128

[profile.ci.invariant]
runs = 256
runs = 64
depth = 32

################################################################
Expand Down

0 comments on commit 6de3799

Please sign in to comment.