mirror of https://github.com/rwf2/Rocket.git
Temporarily ignore Linux nightly CI failures.
This commit is contained in:
parent
dfea521eb6
commit
ef2538f222
|
@ -30,6 +30,10 @@ jobs:
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform.distro }}
|
runs-on: ${{ matrix.platform.distro }}
|
||||||
|
|
||||||
|
continue-on-error: ${{ matrix.platform.name == 'Linux'
|
||||||
|
&& matrix.platform.toolchain == 'nightly'
|
||||||
|
&& matrix.test.name == 'Debug' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sources
|
- name: Checkout Sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue