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: stages:
- build - build
- test
build: build:
stage: build stage: build
script: script:
- cargo build --release - cargo build --release
test:
stage: test
script:
- cargo test