diff --git a/ci/build_and_test.sh b/ci/build_and_test.sh index b2415151..e919fbeb 100755 --- a/ci/build_and_test.sh +++ b/ci/build_and_test.sh @@ -10,8 +10,4 @@ rustc -Vv cargo -V # Build and test main crate -if [ "$CFG_RELEASE_CHANNEL" == "nightly" ]; then - cargo build --locked --all-features -else - cargo build --locked -fi +cargo build --locked --all-features