From b1090ca5f38481521c76715b3964257df9792211 Mon Sep 17 00:00:00 2001 From: Mathew Davies Date: Fri, 26 May 2023 19:33:54 +0000 Subject: [PATCH] ci: update the title of the clippy job --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b4587e6..f104324 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -45,7 +45,7 @@ jobs: run: cargo fmt --all -- --check clippy: - name: cargo clippy --all-features + name: cargo clippy -- -D warnings runs-on: ubuntu-latest steps: