Install nightly toolchain
This commit is contained in:
parent
fa0dd54ce6
commit
98cd98dd4d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/validate-pr.yaml
vendored
6
.github/workflows/validate-pr.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue