From cdbfe3dce09eb2318f96af94154042ecef3e75ef Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Fri, 20 Oct 2023 18:34:29 -0400 Subject: [PATCH] [CI] Improve naming of test runs --- .github/workflows/build-and-run-tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-and-run-tests.yml b/.github/workflows/build-and-run-tests.yml index 107c127..981756d 100644 --- a/.github/workflows/build-and-run-tests.yml +++ b/.github/workflows/build-and-run-tests.yml @@ -5,17 +5,13 @@ concurrency: cancel-in-progress: true jobs: test: - name: ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ windows-latest, macos-latest, ubuntu-latest ] - build_type: [Debug] + build_type: [Debug, Release] cxx_standard: [14, 17, 20, 23] - exclude: - - os: macos-latest - cxx_standard: 23 env: PREFIX: ${{ github.workspace }}/_local steps: