Skip to content

Commit 23841d1

Browse files
maurolacyCopilot
andauthored
Add format checks
Co-authored-by: Copilot <[email protected]>
1 parent bef2977 commit 23841d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/local-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/[email protected]
1515
- name: Build contracts, check formats, and run unit tests
16-
run: cargo test --lib
16+
run: |
17+
cargo fmt -- --check
18+
cargo test --lib

0 commit comments

Comments
 (0)