Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 21, 2024
1 parent 1771f92 commit 5c3cd23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
name: cargo-hack
version: 0.5.16
- run: cargo hack test $CARGO_HACK_ARGS
# TODO: Features "std" and "embedded_io" cannot be enabled simultaneously.
- run: cargo hack test $EMBEDDED_IO_CARGO_HACK_ARGS

publish-dry-run:
if: github.event_name == 'push' || startsWith(github.head_ref, 'release/')
Expand Down

0 comments on commit 5c3cd23

Please sign in to comment.