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 on: push
jobs: jobs:
build: test:
name: Run Tests name: Run Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test command: test