We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd6ebc commit 680a2b3Copy full SHA for 680a2b3
.github/workflows/test.yml
@@ -23,14 +23,18 @@ jobs:
23
- x86_64-unknown-linux-gnu
24
- thumbv6m-none-eabi
25
- thumbv7m-none-eabi
26
+ features:
27
+ - ''
28
include:
- - target: x86_64-unknown-linux-gnu
29
+ - rust: stable
30
+ target: x86_64-unknown-linux-gnu
31
features: std
32
33
34
features: alloc
- features: std,tokio-1,futures-03
- rust: nightly
35
+ - rust: nightly
36
37
+ features: std,tokio-1,futures-03,defmt-03
38
steps:
39
- uses: actions/checkout@v3
40
- uses: dtolnay/rust-toolchain@master
0 commit comments