Run in CI

This commit is contained in:
Igor Savin
2026-03-19 23:57:06 +02:00
committed by Jay Linski
parent f1421eb2ab
commit f8c6677458
+4
View File
@@ -52,6 +52,10 @@ jobs:
- name: Test
run: npm run test
- name: Test (Publish)
if: matrix.node-version != '20'
run: npx vitest run --project publish
- name: Test (Integration)
if: matrix.operating-system == 'ubuntu-latest'
run: npm run test:integration