Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
nadzyah committed Jan 31, 2024
1 parent 268c650 commit 9e476ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_client.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Rust code
name: Test client lib and CLI tool
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -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

0 comments on commit 9e476ea

Please sign in to comment.