From dd9a091dbdfc438b60a7036e1880b7eba5ef8551 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 30 Dec 2019 16:20:55 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97ab5d7..9798c65 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: continue-on-error: true run: | cd test - ./run-spec-test.py ./core/call.json + ./run-spec-test.py ./core/address.json - name: Run spec tests run: | cd test