Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed May 22, 2024
1 parent 252ff30 commit e953292
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
if: runner.os == 'macOS'

- name: Test upt --help
run: cargo run -- --help
run: |
cargo run -- --help || true
shell: bash

- name: Test upt install
run: cargo run -- install vim -y

0 comments on commit e953292

Please sign in to comment.