Update .github/workflows/rust.yml

change build for clippy

Co-authored-by: June <61218022+itsjunetime@users.noreply.github.com>
This commit is contained in:
Kreijstal
2024-11-17 09:12:08 +01:00
committed by GitHub
parent e3ccb26d66
commit 34b42cb1b2
+2 -2
View File
@@ -47,7 +47,7 @@ jobs:
sudo make install
sudo ldconfig
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy
- name: Run tests
run: cargo test