Skip to content

Commit 2a711ce

Browse files
test: revert test-linux.yml test args
1 parent 4657a81 commit 2a711ce

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,4 @@ jobs:
5858
- name: Build
5959
run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"
6060
- 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?'åß∂ƒ©∆¬…`
61+
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

Comments
 (0)