Skip to content

Commit

Permalink
Fix test :-/
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Jun 13, 2024
1 parent bf6362e commit d8551cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Test binary
id: test_binary
run: |
# Run some basic test on the binary built earlier
# some basic tests on the binary built earlier
echo -n "Test for a static executable: "
ldd ../trac2gitea | grep -q 'not a dynamic executable' \
ldd ./trac2gitea | grep -q 'not a dynamic executable' \
&& echo PASS \
|| { echo FAIL; exit 1; }
echo -n "Test for usage prompt on execution: "
Expand Down

0 comments on commit d8551cb

Please sign in to comment.