Added test in CI/CD

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-10-18 10:22:54 +02:00
parent 43750ab47a
commit cb9d1d50fd
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -2,9 +2,14 @@ image: rust:latest
stages:
- build
- test
build:
stage: build
script:
- cargo build --release
test:
stage: test
script:
- cargo test