diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9d160593..d5b872a0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -49,7 +49,7 @@ jobs: - name: Run tests run: cargo test --all-features --no-fail-fast env: - RUSTFLAGS: '-Zinstrument-coverage' + RUSTFLAGS: '-Cinstrument-coverage' - name: Run grcov if: matrix.rust-version == 'nightly' && matrix.cargo-args == '--all-features' # Important! Keep in grcov flags in sync with Makefile.internal.toml.