Skip to content

Commit

Permalink
Remove clippy for testing (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Apr 23, 2023
1 parent d1e47f3 commit 23c87ad
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23c87ad

Please sign in to comment.