Update rust.yml

Original commit: e89005203b
This commit is contained in:
Wojciech Daniło 2019-10-07 13:42:20 +02:00 committed by GitHub
parent 7564e532bb
commit cf98e18319

View File

@ -4,10 +4,15 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly]
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose