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 f1ed8d6 commit 290210cCopy full SHA for 290210c
.github/workflows/test-linux.yml
@@ -80,6 +80,8 @@ jobs:
80
run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support"
81
- name: Test
82
run: make -C node test-ci -j1 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
83
+ - name: Ensure running tests did not cause any change in the tree
84
+ run: cd node && git diff --name-only --exit-code
85
- name: Re-run test in a folder whose name contains unusual chars
86
run: |
87
mv node "$DIR"
0 commit comments