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 80d8585 commit 2c9bf9fCopy full SHA for 2c9bf9f
.github/workflows/rust_ci.yml
@@ -27,10 +27,14 @@ jobs:
27
action:
28
- command: build
29
args: --release
30
+ - command: build
31
+ args: --features mfrc522 --release
32
33
args: --features cube2 --release
34
- args: --no-default-features --features box --release
35
+ args: --features cube2,mfrc522 --release
36
37
+ args: --features box --release
38
- command: fmt
39
args: --all -- --check --color always
40
# - command: clippy
0 commit comments