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 fbc7225 commit e361806Copy full SHA for e361806
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
target: thumbv7em-none-eabihf
46
override: true
47
profile: minimal
48
- - run: cargo check --features=${{ matrix.mcu }} --lib --examples
+ - run: cargo build --features=${{ matrix.mcu }} --lib --examples
49
50
# This is our MSRV. However this is only for documentation
51
# purposes and should be increased if newer features are used.
0 commit comments