Update rust.yml

This commit is contained in:
Ryan Johnson 2022-09-14 05:23:08 -07:00 committed by GitHub
parent f165b55c7b
commit c73df2c09a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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