Skip to content

Commit

Permalink
fix: uses valid test command
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanrayboss committed Oct 21, 2023
1 parent 32383f0 commit c037b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v2
with:
command: sqlc --version
command: sqlc --help
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
GO_PACKAGE="github.com/sqlc-dev/sqlc/cmd/sqlc"
GH_REPO="https://github.com/sqlc-dev/sqlc"
TOOL_NAME="sqlc"
TOOL_TEST="sqlc --version"
TOOL_TEST="sqlc --help"

fail() {
echo -e "asdf-$TOOL_NAME: $*"
Expand Down

0 comments on commit c037b3b

Please sign in to comment.