From: Martin Quinson Date: Thu, 2 Mar 2023 08:31:52 +0000 (+0100) Subject: GH action: ninja is verbose on error anyway X-Git-Tag: v3.34~408 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/71fd7048aa5c5b067c4dd1eabb36ad8cc4bfb957 GH action: ninja is verbose on error anyway --- diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml index 8ea42fecd2..c2747aefd6 100644 --- a/.github/workflows/git.yml +++ b/.github/workflows/git.yml @@ -9,7 +9,7 @@ name: Git builds on: workflow_dispatch jobs: - simgrid-regular: + simgrid-regular-ubuntu: runs-on: ubuntu-latest permissions: contents: read @@ -28,7 +28,7 @@ jobs: -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON \ -Denable_ns3=ON \ -DCMAKE_DISABLE_SOURCE_CHANGES=ON -DLTO_EXTRA_FLAG="auto" - ninja tests VERBOSE=1 + ninja tests ctest --output-on-verbose - name: Create the failure Message if: ${{ failure() }} @@ -63,7 +63,7 @@ jobs: -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF \ -Denable_ns3=OFF \ -DCMAKE_DISABLE_SOURCE_CHANGES=ON -DLTO_EXTRA_FLAG="auto" - ninja tests VERBOSE=1 + ninja tests ctest --output-on-verbose - name: Create the failure Message if: ${{ failure() }}