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 d93d2a6 commit ef26921Copy full SHA for ef26921
1 file changed
.github/workflows/test.yml
@@ -271,16 +271,7 @@ jobs:
271
- name: Stress all watch tests
272
env:
273
STRESS_NO_UNIQUE_DIR: ${{ matrix.unique_dir == 'off' && '1' || '' }}
274
- RSPACK_WATCHER_TRACE: '1'
275
- run: cd e2e && pnpm exec rstest run watch/ 2>&1 | tee /tmp/stress-watch.log
276
- continue-on-error: false
277
-
278
- - name: Dump trace on failure
279
- if: failure()
280
- run: |
281
- echo '===== RSPACK_WATCHER_TRACE excerpt ====='
282
- grep -E "RSPACK_WATCHER_TRACE|FAIL|Duration|index\.test\.ts|other\.test\.ts" /tmp/stress-watch.log | tail -200 || true
283
- echo '===== END trace excerpt ====='
+ run: cd e2e && pnpm exec rstest run watch/
284
285
# ======== codspeed ========
286
# Temporarily disabled: CodSpeed runner quota exhausted.
0 commit comments