mirror of https://github.com/rwf2/Rocket.git
Run core feature testing on nightly.
This commit is contained in:
parent
c2d8f11ffe
commit
2c9217ebd0
|
@ -23,13 +23,11 @@ jobs:
|
|||
- { name: Contrib, flag: "--contrib" }
|
||||
- { name: Examples, flag: "--examples" }
|
||||
include:
|
||||
- platform: { name: Linux, distro: ubuntu-latest, toolchain: stable }
|
||||
- platform: { name: Linux, distro: ubuntu-latest, toolchain: nightly }
|
||||
test: { name: Core, flag: "--core" }
|
||||
- platform: { name: Linux, distro: ubuntu-latest, toolchain: stable }
|
||||
test: { name: Release, flag: "--release" }
|
||||
|
||||
continue-on-error: ${{ matrix.platform.toolchain == 'nightly' }}
|
||||
|
||||
runs-on: ${{ matrix.platform.distro }}
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue