run the full test suite on osx
This commit is contained in:
parent
1c9094814d
commit
3e6ebb3b76
|
@ -46,8 +46,7 @@ script:
|
||||||
sudo apt-get install -y qemu-user-static &&
|
sudo apt-get install -y qemu-user-static &&
|
||||||
sh ci/run-docker.sh $TARGET;
|
sh ci/run-docker.sh $TARGET;
|
||||||
else
|
else
|
||||||
cargo test --target $TARGET &&
|
sh ci/run.sh $TARGET;
|
||||||
cargo test --target $TARGET --release;
|
|
||||||
fi
|
fi
|
||||||
# Travis can't cache files that are not readable by "others"
|
# Travis can't cache files that are not readable by "others"
|
||||||
- chmod -R a+r $HOME/.cargo
|
- chmod -R a+r $HOME/.cargo
|
||||||
|
|
Loading…
Reference in New Issue