Don't attempt running a lib crate

pull/24/head
Bradlee Speice 2018-08-03 22:10:50 -04:00
parent 0d3b646749
commit 4133343e93
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,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