Add test-extra script to test-repos.yml.

This commit is contained in:
David Anson 2020-10-30 20:27:29 -07:00
parent dd2c1d08ee
commit a3f8fb7c62

View file

@ -27,3 +27,5 @@ jobs:
run: npm run clone-test-repos-large
- name: Lint Test Repos
run: npm run lint-test-repos
- name: Run Extra Tests
run: npm run test-extra