Skip to content

Commit 881198d

Browse files
msig_court artifacts; build, verify & deploy instructions
1 parent 3eb7784 commit 881198d

File tree

14 files changed

+1531
-1063
lines changed

14 files changed

+1531
-1063
lines changed

.github/workflows/check-formatting.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,9 @@ jobs:
5252
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
5353

5454
- name: Format code with rustfmt
55-
working-directory: contracts/
55+
working-directory: contracts/msig_court/
56+
run: cargo fmt --check
57+
58+
- name: Format code with rustfmt
59+
working-directory: contracts/wrapped_lld/
5660
run: cargo fmt --check

.github/workflows/test-contracts.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ jobs:
3131
- uses: Swatinem/rust-cache@v2
3232
with:
3333
cache-all-crates: "true"
34-
workspaces: "contracts -> contracts/target"
34+
workspaces: |-
35+
contracts/msig_court -> contracts/msig_court/target
36+
contracts/wrapped_lld -> contracts/wrapped_lld/target
3537
36-
- name: Run tests
37-
working-directory: contracts
38+
- name: Run msig_court tests
39+
working-directory: contracts/msig_court
40+
run: cargo test
41+
42+
- name: Run wrapped_lld tests
43+
working-directory: contracts/wrapped_lld
3844
run: cargo test

0 commit comments

Comments
 (0)