Add format check and elevate clippy warnings to errors

This commit is contained in:
June
2024-11-19 21:23:21 -07:00
committed by GitHub
parent eb5ee99eec
commit 03c2f381d9
+3 -1
View File
@@ -48,7 +48,9 @@ jobs:
sudo ldconfig sudo ldconfig
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Clippy - name: Clippy
run: cargo clippy run: cargo clippy -- -D warnings
- name: Check fmt
run: cargo fmt -- --check
- name: Run tests - name: Run tests
run: cargo test run: cargo test
- name: Build - name: Build