Skip to content

Commit

Permalink
added check that binary can be started to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neri14 committed Aug 19, 2024
1 parent 3dd7633 commit 8448c86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Build binary
run: cmake --build ${{github.workspace}}/build --target vgraph

- name: Binary can be started
working-directory: ${{github.workspace}}/build
run: ./vgraph -h

- name: Build unit tests
run: cmake --build ${{github.workspace}}/build --target vgraph_test

Expand Down

0 comments on commit 8448c86

Please sign in to comment.