We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb6dab commit f023917Copy full SHA for f023917
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
override: true
36
37
- run: sed -i '/nightly-only/d' Cargo.toml
38
- if: matrix.toolchain != 'nightly'
+ if: matrix.rust != 'nightly'
39
40
- run: cargo check --target=${{ matrix.target }}
41
0 commit comments