diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97dea03d..ab6a7a31 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,5 +28,5 @@ jobs: run: cargo fmt --all -- --check - name: Clippy run: cargo clippy --all-targets --all-features -- -D warnings - - name: Audit - run: cargo audit + # - name: Audit + # run: cargo audit