Added test in CI/CD
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
43750ab47a
commit
cb9d1d50fd
@ -2,9 +2,14 @@ image: rust:latest
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- test
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- cargo test
|
||||||
|
Loading…
Reference in New Issue
Block a user