Skip to content

Commit aa86d21

Browse files
bors[bot]Dirbaio
andauthored
Merge #424
424: ci: Fix embedded-hal-async not being tested. r=eldruin a=Dirbaio Fixing a somewhat embarrasing mistake causing embedded-hal-async to never be tested even if using nightly. Co-authored-by: Dario Nieuwenhuis <[email protected]>
2 parents 9eb6dab + f023917 commit aa86d21

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)