We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4657a81 commit 7a35cdbCopy full SHA for 7a35cdb
.github/workflows/test-linux.yml
@@ -59,6 +59,7 @@ jobs:
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
+ # I think this is broken
63
- name: Re-run test in a folder whose name contains unusual chars
64
run: |
65
mv node "$DIR"
0 commit comments