Skip to content

Commit

Permalink
run --help command
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed Mar 17, 2024
1 parent 578e8ad commit 77fa3e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ jobs:
- name: Make binary executable
if: matrix.os != 'windows-latest'
run: chmod +x ./executable/${{ matrix.binary-name }}

# Execute a basic command or test. In this example "--version" is used,
# you should adjust it to fit a simple validation command for your executable.

- name: Test binary
run: ./executable/${{ matrix.binary-name }} --version
run: ./executable/${{ matrix.binary-name }} --help

0 comments on commit 77fa3e6

Please sign in to comment.