mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 14:31:30 +11:00
Tweak actions
This commit is contained in:
parent
5c9a6c973c
commit
49fdeb6be4
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -27,6 +27,6 @@ jobs:
|
|||
- name: Validate formatting on ${{ matrix.os }}
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Run clippy lints on ${{ matrix.os }}
|
||||
run: cargo +stable clippy --verbose --no-deps --all-features --all-targets
|
||||
run: cargo +stable clippy --tests --no-deps --all-features --all-targets
|
||||
- name: Run tests on ${{ matrix.os }}
|
||||
run: cargo +stable test --verbose --all-features --all-targets
|
||||
run: cargo +stable test --all-features --all-targets
|
||||
|
|
Loading…
Reference in a new issue