From 7468694eac596bb92acfbbb8ef19f52a3dd976ae Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 30 Dec 2019 16:18:41 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 11da9b9..97ab5d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,6 +60,12 @@ jobs: - name: Build run: | 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 run: | cd test