Skip to content

Commit f175255

Browse files
authored
tweak CI (#35)
1 parent f855dc5 commit f175255

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/rust.yml renamed to .github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: CI
22

33
on:
44
push:
@@ -17,3 +17,8 @@ jobs:
1717
run: cargo build --verbose
1818
- name: Run tests
1919
run: cargo test --verbose
20+
- name: rustfmt
21+
uses: actions-rs/cargo@v1
22+
with:
23+
command: fmt
24+
args: --all -- --check

0 commit comments

Comments
 (0)