Skip to content

Commit

Permalink
Turn on verbose make
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Aug 8, 2024
1 parent 5881edb commit b83753a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
export CC=gcc-11
export FC=gfortran-11
cmake -DCMAKE_BUILD_TYPE=debug -DENABLE_GPU=off ..
make
make VERBOSE=1
ctest --output-on-failure
# Test release mode
Expand All @@ -54,5 +54,5 @@ jobs:
export CC=gcc-11
export FC=gfortran-11
cmake -DCMAKE_BUILD_TYPE=release -DENABLE_GPU=off ..
make
make VERBOSE=1
ctest --output-on-failure

0 comments on commit b83753a

Please sign in to comment.