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 4657a81 commit 2a711ceCopy full SHA for 2a711ce
.github/workflows/test-linux.yml
@@ -58,11 +58,4 @@ jobs:
58
- name: Build
59
run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"
60
- name: Test
61
- run: make -C node run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
62
- - name: Re-run test in a folder whose name contains unusual chars
63
- run: |
64
- mv node "$DIR"
65
- cd "$DIR"
66
- ./tools/test.py --flaky-tests keep_retrying -p actions -j 4
67
- env:
68
- DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…`
+ run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9"
0 commit comments