Skip to content

Commit

Permalink
[ci] build ta_test as part of "Build" step
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Sep 25, 2024
1 parent 4523aa6 commit 23e0eaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,12 @@ jobs:
working-directory: ${{github.workspace}}/build
shell: bash
run: |
ccache -p && ccache -z && cmake --build . --target tiledarray && cmake --build . --target examples && ccache -s
ccache -p && ccache -z && cmake --build . --target tiledarray ta_test examples && ccache -s
- name: Test
working-directory: ${{github.workspace}}/build
shell: bash
#run: ctest -C $${{matrix.build_type}}
run: |
source ${{github.workspace}}/ci/openmpi.env
cmake --build . --target ta_test
cmake --build . --target check-tiledarray

0 comments on commit 23e0eaa

Please sign in to comment.