Skip to content

Commit efc5911

Browse files
committed
missing test command
1 parent 0c4b4d2 commit efc5911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/svd2rust-regress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ cargo regress tests --architecture riscv
6161
To run against any chip named `MB9AF12xK`:
6262

6363
```bash
64-
cargo regress -c MB9AF12xK
64+
cargo regress test -c MB9AF12xK
6565
```
6666

6767
To run against specifically the `Fujitsu` `MB9AF12xK`:
6868
```bash
69-
cargo regress -c MB9AF12xK -m Fujitsu
69+
cargo regress test -c MB9AF12xK -m Fujitsu
7070
```

0 commit comments

Comments
 (0)