From a8264cdab9245695b6f818166a45db8d2ff940db Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Tue, 13 Oct 2020 12:05:54 -0400 Subject: [PATCH] ci: temporarily disable nightly tests Disabled until the following issue is fixed: https://github.com/iliekturtles/uom/issues/210 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1b70ac0c..12dc807d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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