Skip to content

Commit

Permalink
Install gvm-libs for running the unit tests
Browse files Browse the repository at this point in the history
Hopefully this fixes running the test-hosts unit test.
  • Loading branch information
bjoernricks committed Jan 20, 2025
1 parent 0a8d86e commit d99b110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Configure and Compile gvm-libs
run: |
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=1 -DENABLE_COVERAGE=1
cmake --build build -- install
- name: Test gvm-libs
run: |
CTEST_OUTPUT_ON_FAILURE=1 cmake --build build -- tests test
Expand Down

0 comments on commit d99b110

Please sign in to comment.