Skip to content

Commit

Permalink
Merge pull request #479 from ValeevGroup/evaleev/fix/use-ccache-corre…
Browse files Browse the repository at this point in the history
…ctly

[ci] build ta_test as part of "Build" step
  • Loading branch information
evaleev authored Sep 25, 2024
2 parents 8da57e2 + 23e0eaa commit 09c2f2d
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 09c2f2d

Please sign in to comment.