Skip to content

Commit c6dfcca

Browse files
authored
Update code-coverage.yml
1 parent c770b74 commit c6dfcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Build
2121
run: RUSTFLAGS="-C instrument-coverage" cargo build --verbose
22-
- name: Run tests std
22+
- name: Run tests
2323
run: cargo clippy --verbose

0 commit comments

Comments
 (0)