Skip to content

Commit d2b86ea

Browse files
committed
Fix CI matrix.
1 parent ff9c7e5 commit d2b86ea

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ jobs:
2323
with:
2424
toolchain: ${{ matrix.rust }}
2525

26-
- name: Check code (cortex-m fs)
27-
run: cargo check --features "cortex-m fs"
26+
- name: Check code (fs)
27+
run: cargo check --features fs
2828

29-
- name: Check code (cortex-m hs)
30-
run: cargo check --features "cortex-m hs"
29+
- name: Check code (hs)
30+
run: cargo check --features hs
3131

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"
32+
- name: Check code (hs xcvrdly)
33+
run: cargo check --features "hs xcvrdly"

0 commit comments

Comments
 (0)