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