File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 22
22
working-directory : target_chains/near/receiver
23
23
steps :
24
24
- uses : actions/checkout@v2
25
+ - uses : Swatinem/rust-cache@v2
26
+ with :
27
+ workspaces : " target_chains/near/receiver -> target"
25
28
- name : Test
26
29
run : ./workspace-test.sh
27
30
reproducible-build :
Original file line number Diff line number Diff line change @@ -18,15 +18,11 @@ jobs:
18
18
working-directory : target_chains/sui/contracts/
19
19
steps :
20
20
- uses : actions/checkout@v3
21
- - uses : Swatinem/rust- cache@v2
21
+ - uses : taiki-e/ cache-cargo-install-action @v2
22
22
with :
23
- workspaces : " target_chains/sui/contracts -> target"
24
-
25
- - name : Update rust
26
- run : rustup update stable
27
-
28
- - name : Install Sui CLI
29
- run : cargo install --locked --git https://github.com/MystenLabs/sui.git --rev 041c5f2bae2fe52079e44b70514333532d69f4e6 sui
23
+ tool : sui
24
+ git : https://github.com/MystenLabs/sui.git
25
+ rev : 041c5f2bae2fe52079e44b70514333532d69f4e6
30
26
31
27
- name : Run tests
32
28
run : sui move test
You can’t perform that action at this time.
0 commit comments