We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00acdc3 commit 116729bCopy full SHA for 116729b
.travis.yml
@@ -47,8 +47,10 @@ script:
47
- |
48
export CFG_RELEASE_CHANNEL=nightly
49
export CFG_RELEASE=nightly
50
+ which cargo-make || cargo intall cargo-make
51
if [ -z ${INTEGRATION} ]; then
- cargo build && cargo test && cargo test -- --ignored && cargo test --manifest-path rustfmt-core/Cargo.toml && cargo test --manifest-path rustfmt-core/Cargo.toml -- --ignored
52
+ cargo make build-bins
53
+ cargo make test-all
54
else
55
./ci/integration.sh
56
fi
0 commit comments