diff --git a/.github/workflows/executables.yml b/.github/workflows/executables.yml index 67a4af9..8952628 100644 --- a/.github/workflows/executables.yml +++ b/.github/workflows/executables.yml @@ -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 \ No newline at end of file + run: ./executable/${{ matrix.binary-name }} --help \ No newline at end of file