From df7acf3d225ec2801096808ee4e1967a0479b49a Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 2 Mar 2024 21:20:24 -0500 Subject: Ci updates (#757) * Add test:unit:options to CI * Add test:unit:options to full test * Change config targets * Add newline --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') 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 -- cgit v1.2.3