summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2022-10-15 12:01:47 +0800
committerluwenpeng <[email protected]>2022-10-15 12:01:47 +0800
commit5bc96b87905af760314047f9fe820e2c8a19f4ad (patch)
tree4855f0ee0a1123da78195be600bb90970c61bae3
parent666efd94fb955c734869fb34fc333fea8118e472 (diff)
[update] .gitlab-ci.yml -- add CI runner
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4196c94..55ff11a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,8 @@ rust-latest:
script:
- cargo build --verbose
- cargo test --verbose
+ tags:
+ - share
rust-nightly:
stage: build
@@ -15,3 +17,5 @@ rust-nightly:
- cargo build --verbose
- cargo test --verbose
allow_failure: true
+ tags:
+ - share