Tweak run-all.sh script
This commit is contained in:
parent
14bf9deda6
commit
f0c68f383f
@ -18,6 +18,9 @@ run() {
|
||||
cp ci/cargo-config .cargo/config
|
||||
fi
|
||||
sh ci/run.sh $_target
|
||||
if [ "$?" != "0" ]; then
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
OS=`uname`
|
||||
|
Loading…
Reference in New Issue
Block a user