elaeis4/.gitlab-ci.yml

10 lines
118 B
YAML

compile:
stage: build
script:
- cargo check
- cargo build
tests:
stage: test
script:
- cargo test