elaeis4/.gitlab-ci.yml

10 lines
118 B
YAML
Raw Normal View History

2022-12-15 22:04:01 +00:00
compile:
stage: build
script:
- cargo check
- cargo build
tests:
stage: test
script:
- cargo test