From 916a35ffcfaac82fe0d6804d16dcd8bed7f046b9 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 30 Oct 2018 12:22:09 +0100 Subject: [PATCH] CI: run normal tests and cargo tests separately --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 70a33af..58bb395 100644 --- a/.appveyor.yml +++ b/.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: |