Update rust.yml

This commit is contained in:
jb-alvarado 2023-07-09 14:30:26 +00:00 committed by GitHub
parent d0e83564de
commit 99064c9d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,5 @@ jobs:
cargo clippy --all-features --all-targets -- --deny warnings
cargo fmt --all -- --check
- name: Run build on all Systems
- name: Run build on ${{ matrix.os }}
run: cargo build --all-features