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 ff9c7e5 commit d2b86eaCopy full SHA for d2b86ea
.github/workflows/ci.yml
@@ -23,14 +23,11 @@ jobs:
23
with:
24
toolchain: ${{ matrix.rust }}
25
26
- - name: Check code (cortex-m fs)
27
- run: cargo check --features "cortex-m fs"
+ - name: Check code (fs)
+ run: cargo check --features fs
28
29
- - name: Check code (cortex-m hs)
30
- run: cargo check --features "cortex-m hs"
+ - name: Check code (hs)
+ run: cargo check --features hs
31
32
- - name: Check code (cortex-m hs xcvrdly)
33
- run: cargo check --features "cortex-m hs xcvrdly"
34
-
35
- - name: Check code (riscv fs)
36
- run: cargo check --features "riscv fs"
+ - name: Check code (hs xcvrdly)
+ run: cargo check --features "hs xcvrdly"
0 commit comments