Update rust.yml

This commit is contained in:
dalance 2019-09-18 19:14:03 +09:00 committed by GitHub
parent a4bba6f8d8
commit c5e4a719ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/rust.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run tests
run: cargo test --verbose