diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c549ebe..99c0a88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,11 +63,11 @@ jobs: args: --all -- --check # hits an ICE with clippy 0.0.212. There is a fix in their repo already so if version 0.0.213 comes out this should be reenabled - #- name: Run cargo clippy - # uses: actions-rs/cargo@v1 - # with: - # command: clippy - # args: -- -D warnings + - name: Run cargo clippy + uses: actions-rs/cargo@v1 + with: + command: clippy + args: -- -D warnings # fails CI because criterion needs two versions of autocfg #cargo-deny: