This commit is contained in:
philipp 2023-11-03 22:41:22 +01:00
parent 23e2de9d42
commit 2f9dbcc43c

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
image: rust:latest
test:
stage: test
image: rust:latest
script:
- cargo test --verbose