mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-10 19:46:33 +02:00
Add a CI job on rust 1.0.0
This commit is contained in:
parent
1ce4a7352a
commit
7476109106
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
matrix:
|
||||
name: [Linux]
|
||||
os: [ubuntu]
|
||||
rust: [nightly, beta, stable]
|
||||
rust: [nightly, beta, stable, 1.0.0]
|
||||
include:
|
||||
- name: macOS
|
||||
os: macos
|
||||
|
|
Loading…
Reference in a new issue