Skip to content

Commit 853fffa

Browse files
committed
hrtim required for hrtim tests
1 parent b23be63 commit 853fffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- stm32g431
2020
- stm32g441
2121
- stm32g473
22-
- stm32g474
22+
- stm32g474,hrtim
2323
- stm32g483
2424
- stm32g484
2525
- stm32g491 # Does not seem ready yet

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ required-features = ["stm32g474", "defmt"]
153153
[[test]]
154154
name = "nucleo-g474_hrtim"
155155
harness = false
156-
required-features = ["stm32g474", "defmt"]
156+
required-features = ["stm32g474", "defmt", "hrtim"]
157157

158158
[lib]
159159
test = false

0 commit comments

Comments
 (0)