mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update the GHA job to run the tests test
This commit is contained in:
parent
48613f568b
commit
8ec505c495
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -474,7 +474,7 @@ jobs:
|
|||
with:
|
||||
use-cross: false
|
||||
command: test
|
||||
args: --test single --features __v7
|
||||
args: --test tests --features __v7
|
||||
|
||||
# Run test suite for thumbv6m
|
||||
testv6:
|
||||
|
@ -515,7 +515,7 @@ jobs:
|
|||
with:
|
||||
use-cross: false
|
||||
command: test
|
||||
args: --test single
|
||||
args: --test tests
|
||||
|
||||
# Build documentation, check links
|
||||
docs:
|
||||
|
|
Loading…
Reference in a new issue