Skip to content

Commit

Permalink
ci: enlarge the test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jan 26, 2024
1 parent 8fa0a90 commit 78945bc
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ jobs:
test_simple:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-13
- macos-12
- macos-11
- window-2022
- windows-2019
name: "Test: Simple"
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -26,7 +33,14 @@ jobs:
test_filename:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-13
- macos-12
- macos-11
- window-2022
- windows-2019
name: "Test: With the filename"
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -46,7 +60,14 @@ jobs:
test_output_filename:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-13
- macos-12
- macos-11
- window-2022
- windows-2019
name: "Test: Check the output filename"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 78945bc

Please sign in to comment.