Removed workflow file (#18)
Reviewed-on: #18 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
@@ -1,29 +0,0 @@
|
|||||||
stages:
|
|
||||||
- build
|
|
||||||
- test
|
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
image: rust:1.85
|
|
||||||
script:
|
|
||||||
- cargo build --release
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- target/release/clean_file
|
|
||||||
expire_in: 1 week
|
|
||||||
cache:
|
|
||||||
key: "cargo-cache"
|
|
||||||
paths:
|
|
||||||
- target/
|
|
||||||
- ~/.cargo/
|
|
||||||
|
|
||||||
test:
|
|
||||||
stage: test
|
|
||||||
image: rust:1.85
|
|
||||||
script:
|
|
||||||
- cargo test
|
|
||||||
cache:
|
|
||||||
key: "cargo-cache"
|
|
||||||
paths:
|
|
||||||
- target/
|
|
||||||
- ~/.cargo/
|
|
||||||
Reference in New Issue
Block a user