Skip to content

Commit 61d7547

Browse files
committed
fixy fix...
1 parent 98bea05 commit 61d7547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
compiler_cc: gcc-10
4848
compiler_cxx: g++-10
4949
compiler_fc: gfortran-10
50-
ctest_options: -V -E memory
50+
ctest_options: -E memory
5151
python-version: '3.8'
5252
caching: true
5353

@@ -57,7 +57,7 @@ jobs:
5757
compiler_cc: gcc-12
5858
compiler_cxx: g++-12
5959
compiler_fc: gfortran-12
60-
ctest_options: -V -E memory
60+
ctest_options: -E memory
6161
python-version: '3.10'
6262
caching: true
6363

0 commit comments

Comments
 (0)