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 79ebfa2 commit 2e3da5dCopy full SHA for 2e3da5d
ci.sh
@@ -5,11 +5,12 @@ set -x
5
# Determine configuration
6
export RUSTFLAGS="-D warnings"
7
export CARGO_INCREMENTAL=0
8
-export CARGO_EXTRA_FLAGS="--all-features"
9
10
# Prepare
11
echo "Build and install miri"
12
./miri install # implicitly locked
+./miri check --no-default-features # make sure this can be built
13
+./miri check --all-features # and this, too
14
./miri build --all-targets --locked # the build that all the `./miri test` below will use
15
echo
16
0 commit comments