mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 01:21:34 +11:00
Run the rust workflow in the correct directory
This commit is contained in:
parent
8cfb3798bf
commit
903e8de76c
11
.github/workflows/rust.yml
vendored
11
.github/workflows/rust.yml
vendored
|
@ -39,11 +39,14 @@ jobs:
|
|||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-${{ steps.rust_install.outputs.rustc_hash }}
|
||||
|
||||
- name: install mgba-test-runner
|
||||
run: cargo install --git https://github.com/corwinkuiper/mgba-test-runner.git
|
||||
- name: Build
|
||||
run: cargo install --path mgba-test-runner
|
||||
- name: Build agb library
|
||||
working-directory: agb
|
||||
run: cargo build --verbose
|
||||
- name: Run Clippy
|
||||
- name: Run Clippy on agb
|
||||
working-directory: agb
|
||||
run: cargo clippy --verbose
|
||||
- name: Run Tests
|
||||
- name: Run Tests for agb
|
||||
working-directory: agb
|
||||
run: cargo test --verbose
|
||||
|
Loading…
Reference in a new issue