Skip to content

Commit f93faad

Browse files
committed
Add custom tests for running miri
Signed-off-by: Patrick Roy <[email protected]>
1 parent 6e0d46f commit f93faad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.buildkite/custom-tests.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"test_name": "build-musl-mmap",
1010
"command": "cargo build --release --features=backend-mmap --target {target_platform}-unknown-linux-musl",
1111
"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"]
1217
}
1318
]
1419
}

0 commit comments

Comments
 (0)