diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 99b39f3f0..aff9c9327 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -368,4 +368,4 @@ jobs: env: RUSTFLAGS: "-Ctarget-feature=+avx2" - name: Test allocator with miri - run: "cargo +nightly miri nextest run -j4 -p libbzip2-rs allocate::" + run: "cargo +nightly miri nextest run -j4 -p libbzip2-rs-sys allocate::"