diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a453d9c..4215d0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,16 +92,3 @@ jobs: exit 1 fi echo "100% e2e coverage ✓" - - geiger: - name: Unsafe Audit (cargo-geiger) - runs-on: ubuntu-latest - continue-on-error: true - steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - with: - cache-on-failure: true - - run: cargo install cargo-geiger --locked - - run: cargo geiger 2>&1 || true