Update .gitlab-ci.yml file

This commit is contained in:
Sebastian Hugentobler 2022-03-19 09:06:04 +00:00
parent 9248c25f68
commit 2b12c46618

4
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,4 @@
test:
image: rust:1.59-alpine3.15
script:
- cargo test