diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21fa093d83..8f677831e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,13 +68,6 @@ jobs: command: clippy args: -- -D warnings - - uses: actions-rs/cargo@v1 - name: cargo test -- --ignored - continue-on-error: true - with: - command: test - args: -- --ignored - - uses: actions-rs/cargo@v1 name: cargo test --release with: