Skip to content

Commit dca8443

Browse files
committed
ci: test io with std and alloc features.
1 parent aad6aa5 commit dca8443

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
- thumbv7m-none-eabi
2626
include:
2727
- target: x86_64-unknown-linux-gnu
28-
features: embedded-hal-bus/std
28+
features: embedded-hal-bus/std,embedded-io/std,embedded-io-async/std
29+
include:
30+
- target: x86_64-unknown-linux-gnu
31+
features: embedded-io/alloc,embedded-io-async/alloc
2932

3033
steps:
3134
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)