Skip to content

Commit

Permalink
undo last change
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Nov 15, 2024
1 parent ae6ae36 commit 96aec93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
- name: test
run: |
cd $GITHUB_WORKSPACE/g2/build
ctest --verbose --output-on-failure --rerun-failed
ctest --verbose
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: test_memcheck
run: |
cd $GITHUB_WORKSPACE/g2/build
ctest -LE "^noMemcheck$" -T memcheck --verbose --output-on-failure --rerun-failed
ctest -LE "^noMemcheck$" -T memcheck
- name: cache-data
if: steps.cache-data.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 96aec93

Please sign in to comment.