-Dwarnings for clippy on windows/macos ci

This commit is contained in:
veeso
2021-11-09 12:11:04 +01:00
committed by Christian Visintin
parent 696e3ae582
commit 5fd53c1b2b
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ jobs:
- name: Run tests
run: cargo test --verbose --lib --features github-actions -- --test-threads 1
- name: Clippy
run: cargo clippy
run: cargo clippy -- -Dwarnings

View File

@@ -16,4 +16,4 @@ jobs:
- name: Run tests
run: cargo test --verbose --lib --features github-actions -- --test-threads 1
- name: Clippy
run: cargo clippy
run: cargo clippy -- -Dwarnings