Update tests.yml

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent 9c5b9a1417
commit 7468694eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,6 +60,12 @@ jobs:
- name: Build - name: Build
run: | run: |
cmake --build build cmake --build build
- name: Fetch spec tests and warm-up
# this is ok to fail here
continue-on-error: true
run: |
cd test
./run-spec-test.py ./core/call.json
- name: Run spec tests - name: Run spec tests
run: | run: |
cd test cd test

Loading…
Cancel
Save