Skip to content

Commit

Permalink
disable tests for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Aug 21, 2024
1 parent e5fc792 commit 63a1960
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,15 @@ 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


- name: Package build
run: tar czf build.tar.gz -C build --exclude "*.o" --exclude "bin/ActsUnitTest*" --exclude "bin/ActsIntegrationTest*" .

Expand Down

0 comments on commit 63a1960

Please sign in to comment.