Skip to content

Commit d402b6f

Browse files
committed
ci - minor, tests run slower with -V by default
1 parent acf3c4b commit d402b6f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/c-fortan-test-ppc64le.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
uname -a
3838
make info
3939
make -j
40-
PROVE_OPTS=-v make prove -j
40+
make prove -j

.github/workflows/c-fortran-test-arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
FC: gfortran-13
2525
run: |
2626
make info
27-
make -j2
28-
PROVE_OPTS=-v make prove -j2
27+
make -j
28+
make prove -j

.github/workflows/c-fortran-test-icc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
export CC=icx CXX=icx FC=ifx
3333
export OPENMP=1
3434
make info
35-
make -j2
36-
PROVE_OPTS=-v make prove -j2
35+
make -j
36+
make prove -j
3737

.github/workflows/c-fortran-test-linux-osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
FC: gfortran-13
2525
run: |
2626
make info
27-
make -j2
28-
PROVE_OPTS=-v make prove -j2
27+
make -j
28+
make prove -j

.github/workflows/c-fortran-test-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
FC: gfortran-11
3030
run: |
3131
make info
32-
make format-c -j2 CLANG_FORMAT=clang-format-18 && git diff --exit-code
32+
make format-c -j CLANG_FORMAT=clang-format-18 && git diff --exit-code

0 commit comments

Comments
 (0)