Skip to content

Commit

Permalink
Trying to improve time of the memory check job
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleyspereira committed Jun 1, 2023
1 parent 610d314 commit 91c9176
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ jobs:
memory-check:
runs-on: ubuntu-latest
env:
BUILD_TYPE: Debug
FFLAGS: "-fopenmp"
BUILD_TYPE: Release

steps:

Expand All @@ -177,10 +176,10 @@ jobs:
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@16b940825621068d98711680b6c3ff92201f8fc0 # v3

- name: Install Valgrind
- name: Install APT packages
run: |
sudo apt update
sudo apt install -y valgrind
sudo apt install -y cmake valgrind gfortran
- name: Configure CMake
run: >
Expand All @@ -202,5 +201,5 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
run: |
ctest -D ExperimentalMemCheck
ctest -D ExperimentalMemCheck -j2
ctest -D ExperimentalSubmit

0 comments on commit 91c9176

Please sign in to comment.