Run cargo xtest on CI

This commit is contained in:
Philipp Oppermann
2019-04-22 13:25:09 +02:00
parent a2d628cabe
commit cdd91df869
3 changed files with 5 additions and 0 deletions

View File

@@ -75,3 +75,4 @@ before_test:
test_script:
- cargo xbuild
- cargo bootimage
- cargo xtest

View File

@@ -35,4 +35,5 @@ before_script:
script:
- cargo xbuild
- cargo bootimage
- cargo xtest
- cargo cache --autoclean

View File

@@ -61,6 +61,9 @@ steps:
- script: cargo bootimage
displayName: 'Create Bootimage'
- script: cargo xtest
displayName: 'Test'
- script: rustup component add rustfmt
displayName: 'Install Rustfmt'