Add ci config

This commit is contained in:
Joe Bellus 2021-06-19 07:27:49 +00:00
parent c9ae7be6d0
commit 5eb8cde125
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 --workspace --verbose