This commit is contained in:
godmodegalactus 2024-01-12 15:57:09 +01:00
parent c3da6ad1b6
commit 9e1c36771a
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
1 changed files with 2 additions and 2 deletions

View File

@ -48,5 +48,5 @@ jobs:
- name: Run fmt+clippy
run: |
cargo fmt --all --check
cargo clippy --locked --workspace --all-targets -- -D warnings
cargo +nightly fmt --all --check
cargo +nightly clippy --locked --workspace --all-targets -- -D warnings