Skip to content

Commit 26a1584

Browse files
committed
don't run tests, to make testing caching quicker
1 parent 45b6aa5 commit 26a1584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ jobs:
211211
run: |
212212
scripts/setup_scenarios.sh fixturesCache
213213
214-
- name: Run tests
215-
run: |
216-
${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }} DISABLE_TEST_FIXTURES_SCRIPT=1 test
214+
# - name: Run tests
215+
# run: |
216+
# ${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }} DISABLE_TEST_FIXTURES_SCRIPT=1 test
217217

218218
# The upload creates a combined report that gets posted as a comment on the PR
219219
# https://github.com/EnricoMi/publish-unit-test-result-action

0 commit comments

Comments
 (0)