Update CI scripts for unit testing post

This commit is contained in:
Philipp Oppermann
2019-01-27 15:41:13 +01:00
parent c0fcb5f922
commit d516dac0c3
2 changed files with 3 additions and 0 deletions

View File

@@ -74,3 +74,5 @@ before_test:
test_script:
- bootimage build
- if %target%==x86_64-pc-windows-gnu cargo test
- if %target%==x86_64-pc-windows-msvc cargo test

View File

@@ -35,4 +35,5 @@ before_script:
script:
- bootimage build
- cargo test
- cargo cache --autoclean