Commit 6de3799c authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Reduce fuzz runs in basic CI (#13299)

* ci: Specify number of jobs in contract tests

* reduce runs

* decrease runs

* don't rebuild on semver lock

* remove -j
parent 4317c093
......@@ -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:
......
......@@ -72,10 +72,10 @@ wrap_comments=true
################################################################
[profile.ci.fuzz]
runs = 512
runs = 128
[profile.ci.invariant]
runs = 256
runs = 64
depth = 32
################################################################
......
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