Skip to content

Commit b6cfc4b

Browse files
authored
1 parent 85551e4 commit b6cfc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ build-wasm-try-runtime:
151151
- master
152152
- /^[0-9]+(?:\.[0-9]+){2}(?:-(rc)*([0-9])+)?$/
153153
script:
154-
- cargo build -p ${RUNTIME}-runtime --features try-runtime
154+
- cargo build --release -p ${RUNTIME}-runtime --features try-runtime
155155
- mkdir ./out
156156
- mv target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm ./dangerous_${RUNTIME}.try-runtime.wasm
157157
artifacts:

0 commit comments

Comments
 (0)