Add tests to dir home truncation

This commit is contained in:
Matan Kushner
2019-04-04 14:32:22 -04:00
parent 7683f33bc8
commit 7136059dcd
2 changed files with 22 additions and 8 deletions
+2 -1
View File
@@ -54,5 +54,6 @@ jobs:
condition: eq( variables['Agent.OS'], 'Windows_NT' )
- script: cargo build --all
displayName: Cargo build
- script: cargo test --all
# Until env stubbing is solved, make tests run on a single thread
- script: cargo test --all -- --test-threads=1
displayName: Cargo test