From cbf9b94f696d691fbe72893ee1643351974839f9 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Sat, 23 Nov 2019 11:33:23 +1100 Subject: [PATCH] Use the makefile for debug GI test --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index ec419288b4..35692aa237 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -28,7 +28,7 @@ jobs: - name: Install ganache-cli run: sudo npm install -g ganache-cli - name: Run tests in debug - run: cargo test --all + run: make test-debug ef-tests-ubuntu: runs-on: ubuntu-latest needs: cargo-fmt