add ci
This commit is contained in:
parent
23e2de9d42
commit
2f9dbcc43c
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
image: rust:latest
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: test
|
||||||
|
image: rust:latest
|
||||||
|
script:
|
||||||
|
- cargo test --verbose
|
Loading…
Reference in New Issue
Block a user