We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd09c4 commit b37a05bCopy full SHA for b37a05b
ci/miri.sh
@@ -14,5 +14,9 @@ targets=(
14
)
15
for target in "${targets[@]}"; do
16
# Only run the `mem` tests to avoid this taking too long.
17
- cargo miri test --manifest-path builtins-test/Cargo.toml --features no-asm --target "$target" -- mem
+ cargo miri test \
18
+ --manifest-path builtins-test/Cargo.toml \
19
+ --features no-asm \
20
+ --target "$target" \
21
+ -- mem
22
done
0 commit comments