Skip to content

Commit 0fe7989

Browse files
authored
disable leak pass in miri
1 parent 621848f commit 0fe7989

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ jobs:
8282
strategy:
8383
fail-fast: false
8484
matrix:
85-
sanitizer: [address, memory, leak]
85+
# leak is disabled because the config got outdated
86+
# and bytemuck doesn't really do allocation anyway.
87+
sanitizer: [address, memory]
8688
steps:
8789
- uses: actions/checkout@v3
8890
- uses: hecrj/setup-rust-action@v1

0 commit comments

Comments
 (0)