tweak CI (#35)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user