Update rust.yml

This commit is contained in:
Lucio Franco
2019-09-01 02:17:37 -04:00
committed by GitHub
parent cc2fa986a6
commit 885d361f1c
+15
View File
@@ -0,0 +1,15 @@
name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose