Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# run: make -C build -j
# - name: Unit tests
# run: ctest --test-dir build -L TESTLABEL -j 4
# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
# - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
# if: always()
# with:
# name: log-gcc-${{ env.CXX }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
. /opt/intel/oneapi/setvars.sh
ctest --test-dir build --output-on-failure -L TESTLABEL -j 4
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: always()
with:
name: log-pvc-impi-icpx-${{ matrix.config }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
# - name: MP unit tests
# # run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/mptests.outerr.txt ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
# run: ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
# - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
# if: always()
# with:
# name: log-ishmem-impi-icpx-${{ matrix.config }}
Expand Down