Only test on stable rust
Shorter CI times, and it should be good enough.
This commit is contained in:
parent
582f1ee9d8
commit
d9b2f6feac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
rust: [stable, nightly]
|
||||
rust: [stable]
|
||||
|
||||
lints:
|
||||
name: Lints
|
||||
|
|
Loading…
Reference in a new issue