Skip to content

Commit

Permalink
update test workflow to remove rioterm-beta reference
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 19, 2024
1 parent 80d7d3e commit 0293aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0293aab

Please sign in to comment.