Skip to content

Commit 4756b8e

Browse files
userFRMclaude
andcommitted
ci: skip heavy stress tests in all-features test step
Same fix as the atomic-slots CI job — mpmc_stress with 4 publishers hangs on GitHub Actions runners in debug mode with all features enabled. These tests pass in the default test step and on all cross-platform jobs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 58659c7 commit 4756b8e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ jobs:
3131
- run: cargo test --all-targets
3232
timeout-minutes: 5
3333
- run: cargo test --doc
34-
- run: cargo test --workspace --all-features
34+
- run: >
35+
cargo test --workspace --all-features --
36+
--skip mpmc_stress
37+
--skip stress_1m
38+
--skip bounded_cross_thread
39+
--skip mpmc_two_publishers
3540
timeout-minutes: 5
3641
3742
# ── Lint with Clippy ──────────────────────────────────────────────────

0 commit comments

Comments
 (0)