From f1762c3ee0ffdb8c9fb93e679fad1012cc312c4d Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Wed, 23 Dec 2020 17:40:13 +0100 Subject: [PATCH] actually remove 'cargo test -- --ignored' --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) 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: