Skip to content

Commit f023917

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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)