Update rust.yml

This commit is contained in:
LDprg
2023-07-14 17:29:18 +02:00
committed by GitHub
parent 4669ffad9d
commit 702993b94b

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