diff options
author | Okke Formsma <okke@formsma.nl> | 2020-11-14 19:39:01 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-21 14:47:01 -0500 |
commit | c067629c83651c98154bef44a23ec7e5d81be179 (patch) | |
tree | d28b0bcea613a32242cc72dbadce80e7bb8e32f5 /.github | |
parent | 5d0532c6d939fa40cb18b395a18a1b020f8300d3 (diff) |
Create `west test` command to run zmk testsuite.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6af058..f3e9351 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: id: west-build with: entrypoint: /bin/bash - args: '-c "cd app && ./run-test.sh all"' + args: '-c "west test"' - name: Archive Build if: ${{ always() }} uses: actions/upload-artifact@v2 |