run tests in gitlab

This commit is contained in:
Abraham Toriz 2021-07-16 18:00:08 -05:00
parent 247ff6ee3c
commit d5e5966417
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 6 additions and 0 deletions

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
image: "rust:latest"
test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test