From 9e476eade1fcbb2feee503feaff50566b3418691 Mon Sep 17 00:00:00 2001 From: nadzyah Date: Wed, 31 Jan 2024 11:41:09 +0200 Subject: [PATCH] Update action --- .github/workflows/test_client.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_client.yaml b/.github/workflows/test_client.yaml index 8bb0adb8..3107086b 100644 --- a/.github/workflows/test_client.yaml +++ b/.github/workflows/test_client.yaml @@ -1,4 +1,4 @@ -name: Test Rust code +name: Test client lib and CLI tool on: [push] concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -30,5 +30,5 @@ jobs: - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features + args: --all-features --verbose name: Clippy Output