Skip to content

Commit

Permalink
[CI] Improve naming of test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quuxplusone committed Oct 20, 2023
1 parent 26c1acd commit cdbfe3d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cdbfe3d

Please sign in to comment.