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 fa7849d commit 6b1e4a7Copy full SHA for 6b1e4a7
.github/workflows/ci.yaml
@@ -360,7 +360,7 @@ jobs:
360
# miri-ignore-leaks because the type-object circular reference means that there will always be
361
# a memory leak, at least until we have proper cyclic gc
362
# run: MIRIFLAGS='-Zmiri-ignore-leaks' cargo +nightly miri test -p rustpython-vm -- miri_test
363
- run: MIRIFLAGS='-Zmiri-ignore-leaks' cargo +nightly-2025-07-18 miri test -p rustpython-vm -- miri_test
+ run: MIRIFLAGS='-Zmiri-ignore-leaks' cargo +nightly-2025-07-18 miri test -p rustpython-vm -- miri_test
364
365
wasm:
366
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}
0 commit comments