From 5fd53c1b2b3d04d11be56030ef37beb2aa48a7eb Mon Sep 17 00:00:00 2001 From: veeso Date: Tue, 9 Nov 2021 12:11:04 +0100 Subject: [PATCH] -Dwarnings for clippy on windows/macos ci --- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 18661b2..169cc6f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b162f67..cd348d4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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