This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 23c87ad0 Remove clippy for testing (#494)
23c87ad0 is described below
commit 23c87ad0fbb2cecda15e3910b6fabbc946390ae1
Author: Aaron Ai <[email protected]>
AuthorDate: Sun Apr 23 22:21:09 2023 +0800
Remove clippy for testing (#494)
---
.github/workflows/rust_build.yml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/.github/workflows/rust_build.yml b/.github/workflows/rust_build.yml
index 404c2104..eb39e57d 100644
--- a/.github/workflows/rust_build.yml
+++ b/.github/workflows/rust_build.yml
@@ -17,26 +17,6 @@ jobs:
- name: Code format check
working-directory: ./rust
run: cargo fmt --check
- clippy:
- runs-on: ubuntu-latest
- name: clippy check
- permissions: write-all
- strategy:
- fail-fast: false
- steps:
- - uses: actions/checkout@v3
- with:
- submodules: true
- - name: Install stable
- uses: actions-rs/toolchain@v1
- with:
- toolchain: stable
- components: clippy
- - name: Clippy check
- uses: actions-rs/clippy-check@v1
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
- args: --all-features --manifest-path rust/Cargo.toml -- -D warnings
doc:
runs-on: ubuntu-latest
name: doc check