refactor(ci): refactor .gitlab-ci to add tests

This commit is contained in:
VC
2022-04-22 09:12:26 +02:00
parent d228ceaaf6
commit 16792e515a

View File

@@ -1,3 +1,5 @@
---
stages:
- build
@@ -8,6 +10,6 @@ rust-latest:
- target/release/scootaloo
image: rust:latest
script:
- cargo test
- cargo build --release --verbose
- strip target/release/${CI_PROJECT_NAME}