Install nightly toolchain

This commit is contained in:
Antoine Gersant 2019-09-28 22:41:56 -07:00
parent fa0dd54ce6
commit 98cd98dd4d

View file

@ -2,11 +2,15 @@ name: Validate Pull Request
on: push
jobs:
build:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: test