No -e in integration_tests
Because that makes the script stop early and not print any clippy error output.
This commit is contained in:
parent
dd0ed5dccc
commit
3314c5fda7
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
set -ex
|
set -ex
|
||||||
PATH=$PATH:./node_modules/.bin
|
PATH=$PATH:./node_modules/.bin
|
||||||
remark -f *.md > /dev/null
|
remark -f *.md > /dev/null
|
||||||
set -e
|
|
||||||
cargo build --features debugging
|
cargo build --features debugging
|
||||||
cargo test --features debugging
|
cargo test --features debugging
|
||||||
mkdir -p ~/rust/cargo/bin
|
mkdir -p ~/rust/cargo/bin
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
set -ex
|
set -x
|
||||||
cargo install --force
|
cargo install --force
|
||||||
|
|
||||||
echo "Running integration test for crate ${INTEGRATION}"
|
echo "Running integration test for crate ${INTEGRATION}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue