Skip to content

Commit

Permalink
ci: run unit test before matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 18, 2024
1 parent 487eb09 commit 3b50666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3b50666

Please sign in to comment.