From a52a91da249a3f230970325ae23d5a582f3b6e3c Mon Sep 17 00:00:00 2001 From: Jonathan <94441036+zeapoz@users.noreply.github.com> Date: Fri, 17 Nov 2023 07:49:55 +0100 Subject: [PATCH] ci: adjust checks (#44) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b35f848..e77534a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,8 @@ jobs: checks: [ fmt --all --check, check --all-targets --all-features, - clippy --all-targets --all-features, - test + clippy --all-targets --all-features -- -D warnings, + test --all-targets --all-features ] steps: - uses: actions/checkout@v4