Skip to content

Commit

Permalink
msig_court artifacts; build, verify & deploy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed Oct 3, 2024
1 parent 3eb7784 commit b2a8169
Show file tree
Hide file tree
Showing 14 changed files with 1,529 additions and 1,063 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/check-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@ jobs:
run: cargo fmt --check -p pallet-liberland-initializer -p pallet-liberland-legislation -p liberland-traits -p pallet-llm -p pallet-office -p pallet-registry -p pallet-custom-account -p pallet-contracts-registry -p liberland-extension -p liberland-extension-runtime

- name: Format code with rustfmt
working-directory: contracts/
working-directory: contracts/msig_court/
run: cargo fmt --check

- name: Format code with rustfmt
working-directory: contracts/wrapped_lld/
run: cargo fmt --check
12 changes: 9 additions & 3 deletions .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
workspaces: "contracts -> contracts/target"
workspaces: |-
contracts/msig_court -> contracts/msig_court/target
contracts/wrapped_lld -> contracts/wrapped_lld/target
- name: Run tests
working-directory: contracts
- name: Run msig_court tests
working-directory: contracts/msig_court
run: cargo test

- name: Run wrapped_lld tests
working-directory: contracts/wrapped_lld
run: cargo test
Loading

0 comments on commit b2a8169

Please sign in to comment.