10 lines
118 B
YAML
10 lines
118 B
YAML
|
compile:
|
||
|
stage: build
|
||
|
script:
|
||
|
- cargo check
|
||
|
- cargo build
|
||
|
|
||
|
tests:
|
||
|
stage: test
|
||
|
script:
|
||
|
- cargo test
|