We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be413f1 commit 72211d8Copy full SHA for 72211d8
1 file changed
.github/workflows/der.yml
@@ -153,11 +153,11 @@ jobs:
153
toolchain: 1.87
154
- run: cargo test --features heapless
155
156
- # Test using `cargo miri`
+ # Test using `cargo miri` (tree borrows)
157
test-miri:
158
runs-on: ubuntu-latest
159
env:
160
- MIRIFLAGS: "-Zmiri-backtrace=full -Zmiri-symbolic-alignment-check -Zmiri-strict-provenance"
+ MIRIFLAGS: "-Zmiri-backtrace=full -Zmiri-symbolic-alignment-check -Zmiri-strict-provenance -Zmiri-tree-borrows"
161
strategy:
162
matrix:
163
target:
0 commit comments