Files
helms-display/.gitlab-ci.yml
2020-10-02 22:44:56 +02:00

12 lines
157 B
YAML

stages:
- build
rust-latest:
stage: build
image: rust:latest
script:
- rm .cargo/config
- cargo build --verbose
- cargo test --verbose