Skip to content

Commit caa3616

Browse files
committed
Uniform capitalization
1 parent f8f04ae commit caa3616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: cargo generate-lockfile
147147
- name: cargo llvm-cov
148148
run: cargo llvm-cov --locked --all-features --lcov --output-path lcov.info
149-
- name: record Rust version
149+
- name: Record Rust version
150150
run: echo "RUST=$(rustc --version)" >> "$GITHUB_ENV"
151151
- name: Upload to codecov.io
152152
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)