Skip to content

Commit 1f257a6

Browse files
author
Jorge Aparicio
committed
run the full test suite on osx
1 parent 6726a8c commit 1f257a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ script:
4646
sudo apt-get install -y qemu-user-static &&
4747
sh ci/run-docker.sh $TARGET;
4848
else
49-
cargo test --target $TARGET &&
50-
cargo test --target $TARGET --release;
49+
sh ci/run.sh $TARGET;
5150
fi
5251
# Travis can't cache files that are not readable by "others"
5352
- chmod -R a+r $HOME/.cargo

0 commit comments

Comments
 (0)