dont fail on warn

This commit is contained in:
2024-12-09 03:04:34 +01:00
committed by GitHub
parent 7558c09267
commit 5244fa9549

View File

@@ -98,4 +98,4 @@ jobs:
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Run cargo clippy - name: Run cargo clippy
run: cargo clippy --target ${{ matrix.target }} -- -D warnings run: cargo clippy --target ${{ matrix.target }}