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 make install
sudo ldconfig sudo ldconfig
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build - name: Clippy
run: cargo build --verbose run: cargo clippy
- name: Run tests - name: Run tests
run: cargo test run: cargo test