Add a CI job on rust 1.0.0
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
name: [Linux]
|
name: [Linux]
|
||||||
os: [ubuntu]
|
os: [ubuntu]
|
||||||
rust: [nightly, beta, stable]
|
rust: [nightly, beta, stable, 1.0.0]
|
||||||
include:
|
include:
|
||||||
- name: macOS
|
- name: macOS
|
||||||
os: macos
|
os: macos
|
||||||
|
|||||||
Reference in New Issue
Block a user