diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 999f802..d855bb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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