risp/.gitlab-ci.yml
2023-11-03 22:41:22 +01:00

8 lines
99 B
YAML

image: rust:latest
test:
stage: test
image: rust:latest
script:
- cargo test --verbose