Skip to content

Commit

Permalink
ContinuousIntegration make is now verbose (sorry).
Browse files Browse the repository at this point in the history
  • Loading branch information
jlconlin committed Nov 2, 2020
1 parent 54c43fd commit 3bbef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cmake -D CMAKE_Fortran_COMPILER=`which ${{matrix.vFortran}}` -D CMAKE_CXX_COMPILER=`which ${{matrix.cxx}}` -D CMAKE_BUILD_TYPE=${{matrix.build_type}} ..
working-directory: ./bin
- name: make
run: make -j2
run: make -j2 VERBOSE=1
working-directory: ./bin
- name: ctest
run: ctest -j2 -R njoy21*
Expand Down

0 comments on commit 3bbef78

Please sign in to comment.