default:
image: rust
compile:
stage: build
script:
- cargo check
- cargo build
artifacts:
paths:
- target/release/quicktap-cli
expire_in: 1 week
tests:
stage: test
- cargo test