CI: run tests single threadedly on hunch that cargo bug is due to interleaving

master
Nick Fitzgerald 7 years ago
parent 7768f54d88
commit 66223f1b25
  1. 2
      .appveyor.yml

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

Loading…
Cancel
Save