We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef2977 commit 23841d1Copy full SHA for 23841d1
.github/workflows/local-tests.yml
@@ -13,4 +13,6 @@ jobs:
13
steps:
14
- uses: actions/[email protected]
15
- name: Build contracts, check formats, and run unit tests
16
- run: cargo test --lib
+ run: |
17
+ cargo fmt -- --check
18
+ cargo test --lib
0 commit comments