Remove nightly from CI.

This commit is contained in:
Stephen Chung 2022-09-10 14:09:55 +08:00
parent 32825d2ca8
commit ea828262ba

View File

@ -66,11 +66,12 @@ jobs:
toolchain: [stable]
experimental: [false]
include:
# smoketests for future and experimental toolchains
# smoketests for different toolchains
- {toolchain: stable, os: windows-latest, experimental: false, flags: ""}
- {toolchain: stable, os: macos-latest, experimental: false, flags: ""}
- {toolchain: beta, os: ubuntu-latest, experimental: false, flags: ""}
- {toolchain: nightly, os: ubuntu-latest, experimental: true, flags: ""}
# nightly is a bit volatile
#- {toolchain: nightly, os: ubuntu-latest, experimental: true, flags: ""}
fail-fast: false
steps:
- name: Checkout