ci: temporarily disable nightly tests
Disabled until the following issue is fixed: https://github.com/iliekturtles/uom/issues/210
This commit is contained in:
parent
d1e2c13a7c
commit
a8264cdab9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue