Skip to content

Commit 54dd3a0

Browse files
authored
Update rust.yml
1 parent f267d83 commit 54dd3a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
- name: Check formatting
18+
run: cargo fmt -- --check
1719
- name: Run tests
1820
run: cargo test --release -- --nocapture

0 commit comments

Comments
 (0)