diff options
| author | luwenpeng <[email protected]> | 2022-10-15 12:01:47 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2022-10-15 12:01:47 +0800 |
| commit | 5bc96b87905af760314047f9fe820e2c8a19f4ad (patch) | |
| tree | 4855f0ee0a1123da78195be600bb90970c61bae3 | |
| parent | 666efd94fb955c734869fb34fc333fea8118e472 (diff) | |
[update] .gitlab-ci.yml -- add CI runner
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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 |
