Skip to content

Commit 440248c

Browse files
committed
semver has a default chip
1 parent 25c35b6 commit 440248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/svd2rust-regress/src/diff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl Diffing {
187187

188188
let test = match (tests.len(), self.sub.as_ref(), self.url.as_ref()) {
189189
(1, _, None) => tests[0].clone(),
190-
(_, Some(DiffingMode::Pr { .. }), None) => tests
190+
(_, Some(DiffingMode::Pr { .. } | DiffingMode::Semver { .. }), None) => tests
191191
.iter()
192192
.find(|t| t.chip == "STM32F103")
193193
.map(|t| (*t).clone())

0 commit comments

Comments
 (0)