Skip to content

Commit

Permalink
ci: tidy nightly-nym-wallet-build
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Oct 31, 2023
1 parent 4d0f772 commit 06e8e66
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/nightly-nym-wallet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,13 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: ${{ env.MANIFEST_PATH }} --release --workspace

- name: Annotate with clippy warnings
uses: actions-rs/clippy-check@v1
continue-on-error: true
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: ${{ env.MANIFEST_PATH }} --release --workspace
args: ${{ env.MANIFEST_PATH }} --workspace

- name: Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: ${{ env.MANIFEST_PATH }} --release --workspace --all-targets -- -D warnings
args: ${{ env.MANIFEST_PATH }} --workspace --all-targets -- -D warnings

notification:
needs: build
Expand Down

0 comments on commit 06e8e66

Please sign in to comment.