File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -323,9 +323,9 @@ jobs:
323323 PPC_NUM_PROC : 1
324324 PPC_ASAN_RUN : 1
325325 clang-build-codecov :
326- # needs:
327- # - gcc-test-extended
328- # - clang-test-extended
326+ # needs:
327+ # - gcc-test-extended
328+ # - clang-test-extended
329329 runs-on : ubuntu-24.04
330330 container :
331331 image : ghcr.io/learning-process/ppc-ubuntu:latest
@@ -354,8 +354,8 @@ jobs:
354354 cmake --build build --parallel
355355 - name : Run tests and generate coverage
356356 run : >
357- python3 scripts/run_tests.py --running-type processes_coverage
358- --additional-mpi-args "--oversubscribe" --llvm-version 20
357+ python3 scripts/run_tests.py --running-type= processes_coverage
358+ --additional-mpi-args= "--oversubscribe" --llvm-version= 20
359359 env :
360360 LLVM_PROFILE_FILE : coverage-%p-%m.profraw
361361 PPC_NUM_THREADS : 2
You can’t perform that action at this time.
0 commit comments