Update rust.yml

This commit is contained in:
Xiaochuan Yu 2020-10-14 19:13:40 -04:00 committed by GitHub
parent 096b8756cb
commit 292064ce90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,3 @@
name: Rust
on:
push:
branches: [ master ]
@ -11,7 +9,7 @@ env:
jobs:
build_and_test:
name: Rust project
name: Build and test with Cargo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2