Skip to content

Commit fd7c259

Browse files
authored
Merge pull request #5 from jm6271/ensure-exe-works-ci
Run executable after build to make sure it works
2 parents a3f222d + cdc1eca commit fd7c259

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-test-suite.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
ninja
3535
cd loc.tests
3636
./loc.tests
37+
cd ../loc
38+
./loc --help
3739
3840
build-linux:
3941
runs-on: ubuntu-latest
@@ -56,3 +58,5 @@ jobs:
5658
run: |
5759
cd out/build/linux-release/loc.tests
5860
./loc.tests
61+
cd ../loc
62+
./loc --help

0 commit comments

Comments
 (0)