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 23841d1 commit 58e1058Copy full SHA for 58e1058
.github/workflows/local-tests.yml
@@ -14,5 +14,6 @@ jobs:
14
- uses: actions/[email protected]
15
- name: Build contracts, check formats, and run unit tests
16
run: |
17
+ rustup component add rustfmt
18
cargo fmt -- --check
19
cargo test --lib
0 commit comments