Skip to content

Commit

Permalink
Add comment for test code
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Feb 2, 2024
1 parent f76955f commit bd3d299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
cmake --install build
- name: Configure and build test code
# Use the built and installed Kokkos FFT library to build a test code
run: |
docker run -v ${{ github.workspace }}:/work ghcr.io/cexa-project/kokkos-fft/base_${{ matrix.backend.name }}_${{ needs.check_docker_files.outputs.image_name_suffix }} \
cmake -B build_test \
Expand Down

0 comments on commit bd3d299

Please sign in to comment.