diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-03 19:44:37 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-03 19:44:37 +0000 |
commit | 75b59bf519b8dcf1a89327d871dab2c98af61ed9 (patch) | |
tree | 6322bf271a4fd5e838098a0f523739fc9a0c9416 /appveyor.yml | |
parent | 3c70ae2e26f654ce536f00fde8c159e4ebe6901a (diff) | |
parent | b072e68ad5bf1687aebd2ff1c7bf327d38a6a2f2 (diff) |
Merge #39
39: Tools r=matklad a=matklad
closes #34
bors r+
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index a6ba3b0e1..8c7d118c8 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -10,6 +10,7 @@ install: | |||
10 | build: false | 10 | build: false |
11 | 11 | ||
12 | test_script: | 12 | test_script: |
13 | - cargo collect-tests --verify | ||
13 | - cargo test | 14 | - cargo test |
14 | 15 | ||
15 | branches: | 16 | branches: |