Skip to content

Commit 8325132

Browse files
ntn-x2Ad96el
authored andcommitted
1 parent 38cfbf0 commit 8325132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ build-wasm-try-runtime:
154154
- master
155155
- /^[0-9]+(?:\.[0-9]+){2}(?:-(rc)*([0-9])+)?$/
156156
script:
157-
- cargo build -p ${RUNTIME}-runtime --features try-runtime
157+
- cargo build --release -p ${RUNTIME}-runtime --features try-runtime
158158
- mkdir ./out
159159
- mv target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm ./dangerous_${RUNTIME}.try-runtime.wasm
160160
artifacts:

0 commit comments

Comments
 (0)