Skip to content

Commit

Permalink
re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Nov 25, 2024
1 parent b60681f commit 1896876
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
path: ${{ github.workspace }}/ccache
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}

#- name: Unit tests
# run: ctest --test-dir build -j$(nproc)
#
#- name: Integration tests
# run: cmake --build build --target integrationtests
- name: Unit tests
run: ctest --test-dir build -j$(nproc)

- name: Integration tests
run: cmake --build build --target integrationtests

- name: Install
run: cmake --build build --target install
Expand Down

0 comments on commit 1896876

Please sign in to comment.