Skip to content

Commit 1f4e6d3

Browse files
committed
ci: fix ci/script.sh
1 parent ac21026 commit 1f4e6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
set -euxo pipefail
22

33
main() {
4-
cargo check --target $TARGET
4+
cargo check --target $TARGET --no-default-features
55

66
if [ $TRAVIS_RUST_VERSION = nightly ]; then
7-
cargo check --features const-fn --target $TARGET
7+
cargo check --target $TARGET
88
fi
99
}
1010

0 commit comments

Comments
 (0)