Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ff4730d04b
|
@ -0,0 +1,13 @@
|
|||
default:
|
||||
image: rust
|
||||
|
||||
compile:
|
||||
stage: build
|
||||
script:
|
||||
- cargo check
|
||||
- cargo build
|
||||
|
||||
tests:
|
||||
stage: test
|
||||
script:
|
||||
- cargo test
|
Loading…
Reference in New Issue