Skip to content

Commit e8f0aab

Browse files
committed
ci: add timeout and single-threaded test execution to prevent hangs
1 parent 370511b commit e8f0aab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
run: cargo build --verbose
4646

4747
- name: Run tests
48-
run: cargo test --verbose
48+
timeout-minutes: 10
49+
run: cargo test --workspace -- --test-threads=1
4950

5051
cross-platform:
5152
name: Cross-platform Build

0 commit comments

Comments
 (0)