mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
test on Windows
This commit is contained in:
parent
5554d3d2f1
commit
e3be2d8d78
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -11,8 +11,11 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
include:
|
||||||
crystal: [latest, nightly]
|
- { os: ubuntu-latest, crystal: latest }
|
||||||
|
- { os: ubuntu-latest, crystal: nightly }
|
||||||
|
- { os: macos-latest }
|
||||||
|
- { os: windows-latest }
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue