tweak CI (#35)

This commit is contained in:
Carl Lerche
2020-04-15 13:14:51 -07:00
committed by GitHub
parent f855dc5d50
commit f17525569c

View File

@@ -1,4 +1,4 @@
name: Rust
name: CI
on:
push:
@@ -17,3 +17,8 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: rustfmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check