Skip to content

Commit f023917

Browse files
committed
ci: Fix embedded-hal-async not being tested.
1 parent 9eb6dab commit f023917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
override: true
3636

3737
- run: sed -i '/nightly-only/d' Cargo.toml
38-
if: matrix.toolchain != 'nightly'
38+
if: matrix.rust != 'nightly'
3939

4040
- run: cargo check --target=${{ matrix.target }}
4141

0 commit comments

Comments
 (0)