File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
command : rustup target add wasm32-unknown-unknown
18
18
- run :
19
19
name : Build
20
- command : cargo wasm --locked
20
+ command : make compile-optimized
21
21
- run :
22
22
name : Unit tests
23
23
env : RUST_BACKTRACE=1
Original file line number Diff line number Diff line change 17
17
uses : actions-rs/toolchain@v1
18
18
with :
19
19
profile : minimal
20
- toolchain : 1.46 .0
20
+ toolchain : 1.59 .0
21
21
target : wasm32-unknown-unknown
22
22
override : true
23
23
32
32
- name : Compile WASM contract
33
33
uses : actions-rs/cargo@v1
34
34
with :
35
- command : wasm
36
- args : --locked
35
+ command : build
36
+ args : --release --target wasm32-unknown-unknown -- locked
37
37
env :
38
38
RUSTFLAGS : " -C link-arg=-s"
39
39
55
55
uses : actions-rs/toolchain@v1
56
56
with :
57
57
profile : minimal
58
- toolchain : 1.46 .0
58
+ toolchain : 1.59 .0
59
59
override : true
60
60
components : rustfmt, clippy
61
61
You can’t perform that action at this time.
0 commit comments