Skip to content

Commit ca538b5

Browse files
authored
Merge pull request #284 from Sh3Rm4n/fix-ci
ci: Use build instead of check
2 parents fbc7225 + eb6ad38 commit ca538b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
target: thumbv7em-none-eabihf
4646
override: true
4747
profile: minimal
48-
- run: cargo check --features=${{ matrix.mcu }} --lib --examples
48+
- run: cargo build --features=${{ matrix.mcu }} --lib --examples
4949

5050
# This is our MSRV. However this is only for documentation
5151
# purposes and should be increased if newer features are used.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ required-features = ["ld", "stm32f303xc"]
180180

181181
[[example]]
182182
name = "can"
183-
required-features = ["ld", "rt", "can", "stm32f302"]
183+
required-features = ["ld", "rt", "can", "stm32f302xc"]
184184

185185
[[example]]
186186
name = "serial_dma"
@@ -192,7 +192,7 @@ required-features = ["ld", "rt", "stm32f303xc", "enumset"]
192192

193193
[[example]]
194194
name = "adc"
195-
required-features = ["ld", "stm32f303"]
195+
required-features = ["ld", "stm32f303xc"]
196196

197197
[[example]]
198198
name = "i2c_scanner"

0 commit comments

Comments
 (0)