File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196
196
- name : Run tests
197
197
if : ${{ github.ref_name != 'master' }}
198
198
run : |
199
- .\Cataclysm-test-vcpkg-static-Release-x64.exe --min-duration 20 --rng-seed time --order lex --reporter cata-ci-reporter -- wait-for-keypress exit
199
+ .\Cataclysm-test-vcpkg-static-Release-x64.exe --min-duration 20 --rng-seed time --order lex --wait-for-keypress exit
200
200
201
201
- name : Dump disk usage logs if job failed
202
202
if : failure()
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -exo pipefail
7
7
8
8
num_jobs=3
9
9
parallel_opts=" --verbose --linebuffer"
10
- cata_test_opts=" --min-duration 20 --use-colour yes --rng-seed time --order lex --reporter cata-ci-reporter ${EXTRA_TEST_OPTS} "
10
+ cata_test_opts=" --min-duration 20 --use-colour yes --rng-seed time --order lex ${EXTRA_TEST_OPTS} "
11
11
[ -z $NUM_TEST_JOBS ] && num_test_jobs=3 || num_test_jobs=$NUM_TEST_JOBS
12
12
13
13
# We might need binaries installed via pip, so ensure that our personal bin dir is on the PATH
You can’t perform that action at this time.
0 commit comments