Skip to content

Commit b4e27fa

Browse files
ci: Use -C rather than -Z for instrument-coverage. (#332)
Using `-C` was stabilized in Rust 1.60.
1 parent d72d981 commit b4e27fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Run tests
5050
run: cargo test --all-features --no-fail-fast
5151
env:
52-
RUSTFLAGS: '-Zinstrument-coverage'
52+
RUSTFLAGS: '-Cinstrument-coverage'
5353
- name: Run grcov
5454
if: matrix.rust-version == 'nightly' && matrix.cargo-args == '--all-features'
5555
# Important! Keep in grcov flags in sync with Makefile.internal.toml.

0 commit comments

Comments
 (0)