Use the makefile for debug GI test

This commit is contained in:
Paul Hauner
2019-11-23 11:33:23 +11:00
parent f5f0e281b7
commit cbf9b94f69

View File

@@ -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