[ci] add ci file to test out ci tests

This commit is contained in:
core 2022-12-15 17:04:01 -05:00
parent 70630f27fc
commit d0fee30535
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 10 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
compile:
stage: build
script:
- cargo check
- cargo build
tests:
stage: test
script:
- cargo test