diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e4252f4..ca43d4f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,8 +21,6 @@ jobs: command: clippy args: -- -D warnings - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - run: | cd examples ./test.sh