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:
|
||||
- build
|
||||
- test
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- cargo build --release
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- cargo test
|
||||
|
Loading…
Reference in New Issue
Block a user