CI: run normal tests and cargo tests separately

master
Nick Fitzgerald 7 years ago
parent 66223f1b25
commit 916a35ffcf
  1. 3
      .appveyor.yml

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

Loading…
Cancel
Save