File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,7 @@ jobs:
166
166
memory-check :
167
167
runs-on : ubuntu-latest
168
168
env :
169
- BUILD_TYPE : Debug
170
- FFLAGS : " -fopenmp"
169
+ BUILD_TYPE : Release
171
170
172
171
steps :
173
172
@@ -177,10 +176,10 @@ jobs:
177
176
- name : Install ninja-build tool
178
177
uses : seanmiddleditch/gha-setup-ninja@16b940825621068d98711680b6c3ff92201f8fc0 # v3
179
178
180
- - name : Install Valgrind
179
+ - name : Install APT packages
181
180
run : |
182
181
sudo apt update
183
- sudo apt install -y valgrind
182
+ sudo apt install -y cmake valgrind gfortran
184
183
185
184
- name : Configure CMake
186
185
run : >
@@ -202,5 +201,5 @@ jobs:
202
201
- name : Test
203
202
working-directory : ${{github.workspace}}/build
204
203
run : |
205
- ctest -D ExperimentalMemCheck
204
+ ctest -D ExperimentalMemCheck -j2
206
205
ctest -D ExperimentalSubmit
You can’t perform that action at this time.
0 commit comments