Skip to content

Commit

Permalink
chore: update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 7, 2024
1 parent 50ff48a commit f9c269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: pnpm test:types
if: ${{ matrix.os != 'windows-latest' }}
- run: pnpm build
- run: pnpm vitest-es --coverage
- run: pnpm vitest --coverage
env:
NODE_OPTIONS: --experimental-vm-modules --enable-source-maps
# - uses: codecov/codecov-action@v3
Expand Down

0 comments on commit f9c269f

Please sign in to comment.