1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-28 22:20:53 +00:00

ci: temporarily disable nightly tests

Disabled until the following issue is fixed:
https://github.com/iliekturtles/uom/issues/210
This commit is contained in:
Matan Kushner 2020-10-13 12:05:54 -04:00
parent d1e2c13a7c
commit a8264cdab9
No known key found for this signature in database
GPG Key ID: B791E33704A84549

View File

@ -110,7 +110,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [stable, nightly]
rust: [stable]
steps:
- name: Setup | Checkout
uses: actions/checkout@v2