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:
323
323
PPC_NUM_PROC : 1
324
324
PPC_ASAN_RUN : 1
325
325
clang-build-codecov :
326
- # needs:
327
- # - gcc-test-extended
328
- # - clang-test-extended
326
+ # needs:
327
+ # - gcc-test-extended
328
+ # - clang-test-extended
329
329
runs-on : ubuntu-24.04
330
330
container :
331
331
image : ghcr.io/learning-process/ppc-ubuntu:latest
@@ -354,8 +354,8 @@ jobs:
354
354
cmake --build build --parallel
355
355
- name : Run tests and generate coverage
356
356
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
359
359
env :
360
360
LLVM_PROFILE_FILE : coverage-%p-%m.profraw
361
361
PPC_NUM_THREADS : 2
You can’t perform that action at this time.
0 commit comments