mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 14:31:30 +11:00
Update rust.yml
This commit is contained in:
parent
f165b55c7b
commit
c73df2c09a
2
.github/workflows/rust.yml
vendored
2
.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 --tests --no-deps --all-features --all-targets
|
||||
run: cargo +stable clippy --no-deps --all-features --all-targets
|
||||
- name: Run tests on ${{ matrix.os }}
|
||||
run: cargo +stable test --all-features --all-targets
|
||||
|
|
Loading…
Reference in a new issue