Skip to content
Merged
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
- name: Run Standard Schema tests
run: npm run test:standard-schema

- name: Run scanner regression tests
run: npm run test:scanner

test-cpp:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"test:suite": "node tests/run_suite.js",
"test:compat": "node tests/test_compat.js",
"test:standard-schema": "node tests/test_standard_schema.js",
"test:scanner": "node tests/test_scanner_regression.js",
"test:browser": "node tests/test_browser.js",
"test:ts": "node tests/test_ts_gen.js",
"test:ts-corpus": "node tests/test_ts_corpus.js",
Expand Down
Loading
Loading