Skip to content

Commit 343ade7

Browse files
committed
ci: allow stress test failure until metrics module is implemented
run_suite.nim imports ../metrics (tests/benchmarks/metrics.nim) which does not exist yet. The stress test workflow is aspirational/placeholder. Mark the step continue-on-error to match the existing comprehensive test step.
1 parent ef9ba24 commit 343ade7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/stress-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
5959
- name: Run Basic Stress Test Suite
6060
run: nim c -r tests/benchmarks/stress_tests/run_suite.nim
61+
continue-on-error: true # run_suite depends on metrics module not yet implemented
6162

6263
- name: Run Comprehensive Stress Tests (Simulated)
6364
run: timeout 300 nim c -r tests/benchmarks/stress_tests/comprehensive_stress_test.nim

0 commit comments

Comments
 (0)