mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
upgrade to new test runner
This commit is contained in:
parent
239bcbe81b
commit
b0ef0381a3
|
@ -7,4 +7,4 @@ target = "thumbv4t-none-eabi"
|
||||||
|
|
||||||
[target.thumbv4t-none-eabi]
|
[target.thumbv4t-none-eabi]
|
||||||
rustflags = ["-Clink-arg=-Tgba.ld"]
|
rustflags = ["-Clink-arg=-Tgba.ld"]
|
||||||
runner = "xvfb-run mgba-test-runner"
|
runner = "mgba-test-runner"
|
||||||
|
|
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install build tools
|
- 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
|
- name: Install mgba 0.9
|
||||||
run: |
|
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 && \
|
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
|
- name: Run Clippy
|
||||||
run: cargo clippy --verbose
|
run: cargo clippy --verbose
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: pulseaudio -D && cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
Loading…
Reference in a new issue