Run pretest in CI to build all tests (#2930)

This commit is contained in:
Tomás Barreiro
2025-04-30 17:17:29 -07:00
committed by GitHub
parent 82449dabd6
commit e35f7b4e21
+2 -2
View File
@@ -70,8 +70,8 @@ jobs:
run: npm run format
# Build the extension before running tests
- name: Build Extension
run: npm run compile
- name: Build Tests and Extension
run: npm run pretest
- name: Unit Tests
run: npm run test:unit