use nightly rust in github actions

This commit is contained in:
Carter Anderson 2020-05-28 22:44:04 -07:00
parent ec0c0c7562
commit 43924ba8fc

View File

@ -11,11 +11,13 @@ env:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Build
run: cargo build --verbose
- name: Run tests