diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2021-03-02 23:45:22 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2021-03-03 08:55:38 +0100 |
| commit | 8ec505c495197fbd5ca216cf1431bda0dd7c1f27 (patch) | |
| tree | 6a3dd007e8f3cf95d0c96898b334b87d76808000 | |
| parent | 48613f568b31a29e5c615b9ee59432c177d67b26 (diff) | |
Update the GHA job to run the tests test
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9be520..e5f9943 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |
