Skip to content

Commit

Permalink
Skip unavailable executables (#30)
Browse files Browse the repository at this point in the history
* add which

* skip not installed

* shorter

* remove verbose

* use expect

* fix

* fix

* cargo update

* fmt

* doc
  • Loading branch information
mertd authored Nov 10, 2024
1 parent 74405e5 commit cdf6a9f
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 69 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Format
run: cargo fmt --all -- --check --verbose
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --verbose
run: cargo clippy
- name: Test
run: cargo test --verbose
run: cargo test
Loading

0 comments on commit cdf6a9f

Please sign in to comment.