Skip to content

Commit c3686a5

Browse files
fix(tests): run a single therad on appveyor tests
1 parent 718aa31 commit c3686a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
build: false
99

1010
test_script:
11-
- cargo test --locked
11+
- cargo test --locked -- --test-threads 1
1212

1313
before_deploy:
1414
- ps: |

0 commit comments

Comments
 (0)