mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
ci: allow nightly runs to fail
This commit is contained in:
committed by
link2xt
parent
71c7b30db7
commit
6594fdf33a
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -44,10 +44,22 @@ jobs:
|
|||||||
build_and_test:
|
build_and_test:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
continue-on-error: ${{ matrix.experimental }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
rust: [nightly, 1.45.0]
|
rust: [1.45.0]
|
||||||
|
experimental: [false]
|
||||||
|
include:
|
||||||
|
- os: ubuntu-latest
|
||||||
|
rust: nightly
|
||||||
|
experimental: true
|
||||||
|
- os: windows-latest
|
||||||
|
rust: nightly
|
||||||
|
experimental: true
|
||||||
|
- os: macOS-latest
|
||||||
|
rust: nightly
|
||||||
|
experimental: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|||||||
Reference in New Issue
Block a user