mirror of
https://github.com/agersant/polaris
synced 2024-12-02 01:29:09 +00:00
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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue