diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a29cf..27af59a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,8 +73,8 @@ jobs: - name: Build run: nr build - - name: Matrix - run: node ./test/run-matrix.mjs - - name: Unit Test run: nr test + + - name: Matrix + run: node ./test/run-matrix.mjs