Skip to content

Commit 2c9bf9f

Browse files
committed
CI: add check for mfrc522
1 parent 80d8585 commit 2c9bf9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/rust_ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ jobs:
2727
action:
2828
- command: build
2929
args: --release
30+
- command: build
31+
args: --features mfrc522 --release
3032
- command: build
3133
args: --features cube2 --release
3234
- command: build
33-
args: --no-default-features --features box --release
35+
args: --features cube2,mfrc522 --release
36+
- command: build
37+
args: --features box --release
3438
- command: fmt
3539
args: --all -- --check --color always
3640
# - command: clippy

0 commit comments

Comments
 (0)