fix(tests): run a single therad on appveyor tests

master
Ashley Williams 7 years ago
parent 718aa3101a
commit c3686a5b25
  1. 2
      .appveyor.yml

@ -8,7 +8,7 @@ install:
build: false build: false
test_script: test_script:
- cargo test --locked - cargo test --locked -- --test-threads 1
before_deploy: before_deploy:
- ps: | - ps: |

Loading…
Cancel
Save