[ci] add ci file to test out ci tests
This commit is contained in:
parent
70630f27fc
commit
d0fee30535
|
@ -0,0 +1,10 @@
|
|||
compile:
|
||||
stage: build
|
||||
script:
|
||||
- cargo check
|
||||
- cargo build
|
||||
|
||||
tests:
|
||||
stage: test
|
||||
script:
|
||||
- cargo test
|
Loading…
Reference in New Issue