Remove `--test-threads` from AppVeyor

master
Alex Crichton 7 years ago
parent d6146b25a5
commit f1b4857856
  1. 2
      .appveyor.yml

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

Loading…
Cancel
Save