From 3bbef78c212c3752fa63fbcd7d651e7f44259ffe Mon Sep 17 00:00:00 2001 From: Jeremy Lloyd Conlin Date: Mon, 2 Nov 2020 15:11:40 -0700 Subject: [PATCH] ContinuousIntegration make is now verbose (sorry). --- .github/workflows/ContinuousIntegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index ad42cefd..da6703d8 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -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*