From d33bbe6f5a6d69e223dad9b442e7153ab2dcaae8 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Fri, 26 Feb 2021 22:28:41 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a0d1150..6e9f646b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,7 @@ jobs: if: matrix.target == 'x86_64-unknown-linux-gnu' run: > cargo test && - cargo test --features ui-tests && - cargo test --release && - cargo test --release --features ui-tests + cargo test --release - name: Build Documentation run: cargo doc --no-deps