add ci
This commit is contained in:
parent
a8e2484212
commit
02272babb2
1 changed files with 7 additions and 0 deletions
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
default:
|
||||||
|
image: rust:latest
|
||||||
|
|
||||||
|
unit-tests:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- cargo test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue