We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c770b74 commit c6dfccaCopy full SHA for c6dfcca
.github/workflows/code-coverage.yml
@@ -19,5 +19,5 @@ jobs:
19
- uses: actions/checkout@v4
20
- name: Build
21
run: RUSTFLAGS="-C instrument-coverage" cargo build --verbose
22
- - name: Run tests std
+ - name: Run tests
23
run: cargo clippy --verbose
0 commit comments