Skip to content

Commit 908d9fe

Browse files
committed
Fix testsuite call for different targets
1 parent ebd3583 commit 908d9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To run the tests on a different target than the STM32F3Discovery's
2727
`stm32f303xc`, specify a target as a feature:
2828

2929
```bash
30-
cargo test -p testsuite --feature stm32f301xb
30+
cargo test -p testsuite --no-default-features --features stm32f3xx-hal/stm32f301xb
3131
```
3232

3333
The result _always_ shows a backtrace, even in the case of success.

0 commit comments

Comments
 (0)