summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2020-10-21 09:17:54 +0200
committerGitHub <noreply@github.com>2020-10-21 09:17:54 +0200
commit6717d40b953c2317ec46a2c8223112418cce8c63 (patch)
tree0e3566a49cde748e4ede6d6dec8b96ed72d88eec /.github
parente59cefd2b4236eff9a37ce771308c6b9b7d9cddb (diff)
ci: Run against nightly version of rust (#1814)
Now that the uom dependency has been updated and compiles on the nightly version of rust we can enable the builds again in the build matrix.
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 bf125bb8d..0d752140b 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]
+ rust: [stable, nightly]
steps:
- name: Setup | Checkout
uses: actions/checkout@v2