mirror of https://github.com/helix-editor/helix
Only test on stable rust
Shorter CI times, and it should be good enough.pull/157/head
parent
582f1ee9d8
commit
d9b2f6feac
|
@ -89,7 +89,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
rust: [stable, nightly]
|
rust: [stable]
|
||||||
|
|
||||||
lints:
|
lints:
|
||||||
name: Lints
|
name: Lints
|
||||||
|
|
Loading…
Reference in New Issue