Skip to content

Commit f7d84ba

Browse files
committed
Run all type definition tests in CI
1 parent 3115756 commit f7d84ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: 3.14
2020
- run: npm ci
2121
- run: pip install codespell
22-
- run: npx run-s lint-raw codespell
22+
- run: ALL_TYPE_DEFINITIONS_TESTS=1 npx run-s lint-raw codespell
2323

2424
karma:
2525
runs-on: windows-2022

0 commit comments

Comments
 (0)