aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci.sh')
-rw-r--r--ci.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/ci.sh b/ci.sh
index df0131e..7f82c47 100644
--- a/ci.sh
+++ b/ci.sh
@@ -8,21 +8,18 @@
# . ./ci.sh
# ```
-echo "Running 'cargo fmt -- --check'"
-cargo +nightly fmt --all -- --check
+echo "Running 'cargo fmt'"
+cargo +nightly fmt --all
echo "Running 'cargo clippy'"
cargo +nightly clippy --all --all-features --all-targets
echo "Running 'cargo test'"
-cargo +nightly test --all --all-features
+cargo +nightly test --all --all-features --exclude expandtest
echo "Running 'cargo doc'"
cargo +nightly doc --no-deps --all --all-features
-echo "Running 'compiletest'"
-. ./compiletest.sh
-
echo "Running 'expandtest'"
# See also https://docs.rs/macrotest/1/macrotest/#updating-expandedrs
# rm **/*.expanded.rs