1
0
Fork 0
mirror of https://github.com/rtic-rs/rtic.git synced 2025-03-21 21:46:21 +01:00

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: