lychee-client/.gitlab-ci.yml
Louis Vallat cb9d1d50fd
Added test in CI/CD
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2021-10-18 10:22:54 +02:00

16 lines
156 B
YAML

image: rust:latest
stages:
- build
- test
build:
stage: build
script:
- cargo build --release
test:
stage: test
script:
- cargo test