This commit is contained in:
Tony Arcieri
2019-11-18 19:10:04 -08:00
parent 9195d5efd0
commit cccdd8dfa9
6 changed files with 17 additions and 1 deletions
+3
View File
@@ -51,8 +51,11 @@ jobs:
- name: Run cargo test
uses: actions-rs/cargo@v1
env:
RUSTFLAGS: -D warnings
with:
command: test
args: --release
fmt:
name: Rustfmt