Skip to content

Commit

Permalink
Fix --bin
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Nov 8, 2023
1 parent df8d4a2 commit b8651c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
files: |
./html-query-web-ui/dist/
# Deploy job
deploy:
# Add a dependency to the build job
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: run
args: -- --help
args: --bin=hq -- --help

- name: Build release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit b8651c7

Please sign in to comment.