From e4af9b9e7cadaf922e662a96311998481f5071b8 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 20 Apr 2022 19:54:50 -0400 Subject: [PATCH] this doesn't need to be here --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5422f1..0286cb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,16 +23,3 @@ jobs: crate: cargo-all-features version: latest - run: cargo test-all-features - - - name: Run cargo test - uses: actions-rs/cargo@v1 - with: - command: test-all-features - - # fails CI because criterion needs two versions of autocfg - #cargo-deny: - # name: Cargo Deny - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v1 - # - uses: EmbarkStudios/cargo-deny-action@v0