mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
run tests in both debug and release mode
This commit is contained in:
parent
08eb39a64b
commit
41bd8013f7
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -38,7 +38,10 @@ jobs:
|
||||||
- name: Run Clippy on agb image converter
|
- name: Run Clippy on agb image converter
|
||||||
working-directory: agb-image-converter
|
working-directory: agb-image-converter
|
||||||
run: cargo clippy --verbose
|
run: cargo clippy --verbose
|
||||||
- name: Run Tests for agb
|
- name: Run Tests for agb in debug mode
|
||||||
working-directory: agb
|
working-directory: agb
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
- name: Run Tests for agb in release mode
|
||||||
|
working-directory: agb
|
||||||
|
run: cargo test --verbose --release
|
||||||
|
|
Loading…
Reference in a new issue