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 6e0d46f commit f93faadCopy full SHA for f93faad
.buildkite/custom-tests.json
@@ -9,6 +9,11 @@
9
"test_name": "build-musl-mmap",
10
"command": "cargo build --release --features=backend-mmap --target {target_platform}-unknown-linux-musl",
11
"platform": ["x86_64", "aarch64"]
12
+ },
13
+ {
14
+ "test_name": "miri",
15
+ "command": "RUST_BACKTRACE=1 MIRIFLAGS='-Zmiri-disable-isolation -Zmiri-panic-on-unsupported -Zmiri-backtrace=full' cargo +nightly miri test --features backend-mmap",
16
+ "platform": ["x86_64", "aarch64"]
17
}
18
]
19
0 commit comments