run the full test suite on osx
This commit is contained in:
parent
92734e88ff
commit
3911f49990
1 changed files with 1 additions and 2 deletions
|
|
@ -46,8 +46,7 @@ script:
|
|||
sudo apt-get install -y qemu-user-static &&
|
||||
sh ci/run-docker.sh $TARGET;
|
||||
else
|
||||
cargo test --target $TARGET &&
|
||||
cargo test --target $TARGET --release;
|
||||
sh ci/run.sh $TARGET;
|
||||
fi
|
||||
# Travis can't cache files that are not readable by "others"
|
||||
- chmod -R a+r $HOME/.cargo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue