mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
allowed-failure for windows ci
This commit is contained in:
parent
bbb21c1b6f
commit
25d718ea8c
1 changed files with 5 additions and 4 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -12,10 +12,10 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- { os: ubuntu-latest, crystal: latest }
|
- { os: ubuntu-latest, crystal: latest, allowed-failure: false }
|
||||||
- { os: ubuntu-latest, crystal: nightly }
|
- { os: ubuntu-latest, crystal: nightly, allowed-failure: false }
|
||||||
- { os: macos-latest }
|
- { os: macos-latest, allowed-failure: false }
|
||||||
- { os: windows-latest }
|
- { os: windows-latest, allowed-failure: true }
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -36,6 +36,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
crystal spec
|
crystal spec
|
||||||
crystal spec --release --no-debug
|
crystal spec --release --no-debug
|
||||||
|
continue-on-error: ${{ matrix.allowed-failure }}
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: crystal tool format --check
|
run: crystal tool format --check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue