Don't run the crate while testing

This commit is contained in:
Jordan Johnson-Doyle 2019-02-11 11:18:34 +00:00
parent 9e040e0a04
commit fef8bc2bbc
No known key found for this signature in database
GPG key ID: A95F87B578CE79B6
2 changed files with 2 additions and 7 deletions

View file

@ -13,9 +13,6 @@ main() {
cross test --target $TARGET
cross test --target $TARGET --release
cross run --target $TARGET
cross run --target $TARGET --release
}
# we don't run the "test phase" when doing deploys