From 0293aab5e82182abbf85466e5198570c79be0506 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Fri, 19 Jan 2024 19:25:11 +0100 Subject: [PATCH] update test workflow to remove rioterm-beta reference --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de5bcf3f7f..ac52b50e9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,12 +27,12 @@ jobs: - name: cargo clippy run: | if [ "$RUNNER_OS" == "Windows" ]; then - cargo clippy --workspace --exclude rioterm-beta --all-targets --all-features + cargo clippy --all-targets --all-features else make lint fi shell: bash - - run: cargo test --workspace --release --exclude rioterm-beta + - run: cargo test --release # cli: # strategy: