add dedicated build step to CI

This commit is contained in:
Aidan Hahn 2021-11-02 20:07:10 -07:00
parent 62ff86df32
commit 0606b985e6
No known key found for this signature in database
GPG key ID: 327711E983899316

View file

@ -1,6 +1,11 @@
default:
image: rust:latest
compile:
stage: build
script:
- cargo build
unit-tests:
stage: test
script: