We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb5825 commit 32bb0c9Copy full SHA for 32bb0c9
.circleci/continue_config.yml
@@ -2116,7 +2116,7 @@ jobs:
2116
command: make -C tests/randomized library.local
2117
- run:
2118
name: Generate scenarios
2119
- command: make -C tests/randomized generate PLATFORMS=$RANDOMIZED_RESTRICT_PLATFORMS
+ command: make -C tests/randomized generate PLATFORMS=$RANDOMIZED_RESTRICT_PLATFORMS NUMBER_OF_SCENARIOS=4
2120
2121
name: Execute tests
2122
command: make -C tests/randomized test CONCURRENT_JOBS=2 DURATION=1m30s
0 commit comments