upgrade to new test runner

This commit is contained in:
Corwin Kuiper 2021-04-13 22:37:58 +01:00 committed by Corwin
parent 239bcbe81b
commit b0ef0381a3
2 changed files with 3 additions and 3 deletions

View file

@ -7,4 +7,4 @@ target = "thumbv4t-none-eabi"
[target.thumbv4t-none-eabi]
rustflags = ["-Clink-arg=-Tgba.ld"]
runner = "xvfb-run mgba-test-runner"
runner = "mgba-test-runner"

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install build tools
run: sudo apt-get update && sudo apt-get install xvfb build-essential binutils-arm-none-eabi pulseaudio -y
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi -y
- name: Install mgba 0.9
run: |
curl -L https://github.com/mgba-emu/mgba/releases/download/0.9.0/mGBA-0.9.0-ubuntu64-focal.tar.xz -o mgba.tar.xz && \
@ -45,5 +45,5 @@ jobs:
- name: Run Clippy
run: cargo clippy --verbose
- name: Run Tests
run: pulseaudio -D && cargo test --verbose
run: cargo test --verbose