Commit 013dee9d authored by Chunchi Che's avatar Chunchi Che

fix ci

parent 2108a704
Pipeline #20682 failed
......@@ -23,7 +23,8 @@ npm_ci:
- npm_ci
ts_check:
extends: .build_base
dependencies:
- .build_base
stage: check
tags:
- linux
......@@ -31,6 +32,7 @@ ts_check:
rs_check:
stage: check
image: rust:latest
tags:
- linux
script: cd rust-src && cargo check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment