Update rust.yml

This commit is contained in:
LDprg 2023-07-14 17:29:18 +02:00 committed by GitHub
parent 4669ffad9d
commit 702993b94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,5 +20,3 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check formatting
run: cargo fmt --all -- --check