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 45b6aa5 commit 26a1584Copy full SHA for 26a1584
.github/workflows/ci.yml
@@ -211,9 +211,9 @@ jobs:
211
run: |
212
scripts/setup_scenarios.sh fixturesCache
213
214
- - name: Run tests
215
- run: |
216
- ${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }} DISABLE_TEST_FIXTURES_SCRIPT=1 test
+ # - name: Run tests
+ # run: |
+ # ${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }} DISABLE_TEST_FIXTURES_SCRIPT=1 test
217
218
# The upload creates a combined report that gets posted as a comment on the PR
219
# https://github.com/EnricoMi/publish-unit-test-result-action
0 commit comments