Skip to content

Commit 6dedcab

Browse files
committed
fix(ci): change testing command with status 0
1 parent ade5243 commit 6dedcab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Test binary
8484
run: |
85-
./release/${{ env.ARTIFACT_NAME }}
85+
./release/${{ env.ARTIFACT_NAME }} --help
8686
./release/${{ env.ARTIFACT_NAME }} --version
8787
shell: bash
8888

0 commit comments

Comments
 (0)