summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-10-13 12:05:54 -0400
committerMatan Kushner <hello@matchai.dev>2020-10-13 12:05:55 -0400
commita8264cdab9245695b6f818166a45db8d2ff940db (patch)
tree1bf5f1f788168d6cb481d3250b272f7e1877d6cd /.github
parentd1e2c13a7c8959b2877c9d6d79e9cd8a1eed01ec (diff)
ci: temporarily disable nightly tests
Disabled until the following issue is fixed: https://github.com/iliekturtles/uom/issues/210
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 1b70ac0cf..12dc807d9 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