chore: fix test in workflow

This commit is contained in:
Fedor Indutny 2025-08-13 16:46:33 -07:00
parent 5b8c8d9ecd
commit 5eeadbe38e

View File

@ -158,7 +158,8 @@ jobs:
- name: Lint
run: pnpm lint
- run: pnpm test
- name: Production Tests
run: pnpm test
env:
PREBUILDS_ONLY: 1
@ -197,7 +198,8 @@ jobs:
path: prebuilds
merge-multiple: true
- run: pnpm test (profiling)
- name: Profiling build tests
run: pnpm test
env:
PREBUILDS_ONLY: 1