We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e748be3 commit 98a214aCopy full SHA for 98a214a
.github/workflows/rust.yml
@@ -78,7 +78,7 @@ jobs:
78
run: cargo llvm-cov nextest --all-features --lcov --output-path lcov.info
79
80
build-others:
81
- name: Build on ${{ matrix-os }}
+ name: Build on ${{ matrix.os }}
82
needs:
83
- build-linux
84
- codecov
0 commit comments