Update make commands in e2e tests

This commit is contained in:
pscott
2021-06-18 12:48:16 +02:00
parent 822e2ce16e
commit 213ece71bf

View File

@@ -29,8 +29,7 @@ jobs:
npm install -g yarn
- name: Build/Install build js deps
run: |
make zemu_install
make install_tests
- name: Run zemu tests
run: |
export PATH=~/.cargo/bin:$PATH
make zemu_test
make run_tests