Skip to content

Commit cb7d400

Browse files
committed
Test the theory that test_poll fails due to a thread conflict
1 parent be5e017 commit cb7d400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ task:
3939
- cargo build
4040
- cargo build --release
4141
test_script:
42-
- cargo test
43-
- cargo test --release
42+
- cargo test -- --test-threads=1
43+
- cargo test --release -- --test-threads=1

0 commit comments

Comments
 (0)