Skip to content

Commit

Permalink
Provide mock collector version for memchecked unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Sep 11, 2024
1 parent 2ce01e1 commit 31be26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Build collector
run: |
cmake ${{ matrix.config-args }}
cmake ${{ matrix.config-args }} -DCOLLECTOR_VERSION="0.0.0"
cmake --build cmake-build "-j$(nproc)"
- name: Run unit tests
Expand Down

0 comments on commit 31be26e

Please sign in to comment.