Skip to content

Commit

Permalink
4 jobs?
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKaufmann committed Oct 11, 2024
1 parent 4a82662 commit 01285c9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
build_threads: ['On', 'Off']
build_threads: ['On']
build_type: ['Debug']
include:
- os: 'ubuntu-latest'
build_threads: 'Off'
generator: 'Ninja'
- os: 'ubuntu-latest'
build_threads: 'On'
generator: 'Ninja'
build_type: 'Debug'
- os: 'macos-latest'
generator: 'Ninja'
build_type: 'Debug'
- os: 'windows-latest'
generator: 'Visual Studio 17 2022'
build_type: 'Debug'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 01285c9

Please sign in to comment.