Update the GHA job to run the tests test

This commit is contained in:
Henrik Tjäder 2021-03-02 23:45:22 +01:00
parent 48613f568b
commit 8ec505c495

View file

@ -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: