this doesn't need to be here

This commit is contained in:
Simon Gardling
2022-04-20 19:54:50 -04:00
parent 96e1061777
commit e4af9b9e7c

View File

@@ -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