Run download-test-cases in CI

This commit is contained in:
dapplion 2020-12-01 08:38:05 +00:00
parent 4e2f60b5b8
commit b2101553b1
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ jobs:
- name: Unit tests
run: yarn test:unit
- name: Download spec tests
run: yarn download-test-cases
- name: Spec tests
run: yarn test:spec
- name: Web tests