Skip to content

Commit

Permalink
Merge #424
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bors[bot] and Dirbaio authored Nov 2, 2022
2 parents 9eb6dab + f023917 commit aa86d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
override: true

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

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

Expand Down

0 comments on commit aa86d21

Please sign in to comment.