diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-03-02 21:20:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 02:20:24 +0000 |
commit | df7acf3d225ec2801096808ee4e1967a0479b49a (patch) | |
tree | 8b9d58f6b7e38617c907873a60d56f9055f06124 /.github | |
parent | 9577449e4bd2b7665e9161e50035393ef200205f (diff) |
Ci updates (#757)
* Add test:unit:options to CI
* Add test:unit:options to full test
* Change config targets
* Add newline
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9c56cdc..d8282632 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,9 @@ jobs: - name: Run unit tests run: npm run test:unit + - name: Run unit tests (options) + run: npm run test:unit:options + test-build: name: Test Build runs-on: ubuntu-latest |