Skip to content

Commit

Permalink
fix: ci workflow for asynch
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Jan 22, 2024
1 parent 15b8201 commit 015ab97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:

- run: cargo build
- run: cargo test
- run: cargo build -F asynch
- run: cargo test -F asynch
# embedded-hal-async has MSRV of 1.75
- if: ${{ matrix.rust }} = '1.75'
run: cargo build -F asynch
- if: ${{ matrix.rust }} == '1.75'
run: cargo test -F asynch

0 comments on commit 015ab97

Please sign in to comment.