diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf14ce79..138a7ce4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,19 +83,6 @@ jobs: - name: Run clippy run: cargo clippy --tests --examples -- -Dwarnings - audit: - name: Audit - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: cargo-audit - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - wasm: name: Wasm runs-on: ubuntu-latest