Skip to content

Commit

Permalink
remove clippy action in github CI
Browse files Browse the repository at this point in the history
After an org transfer, this action stopped working due to permissions issues. It hasn't been super useful, so let's
remove it for now.
  • Loading branch information
jessa0 committed Feb 1, 2024
1 parent ced48ce commit 4b831d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
if: ${{ env.TEST_DATA_SSH_KEY != '' }}
run: cargo test --verbose --features mp4san-test/ffmpeg,webpsan-test/libwebp test_data -- --show-output

- name: cargo clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ github.token }}

fuzz-afl:
name: fuzz-afl
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b831d8

Please sign in to comment.