Update rust.yml

This commit is contained in:
Mateusz Kaczanowski 2020-05-10 15:32:40 +02:00 committed by GitHub
parent c4c17cae62
commit 015f441d06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: rust-toolchain
uses: actions-rs/toolchain@v1.0.6
with:
toolchain: nightly
- name: Build
run: cargo build --verbose
- name: Run tests