1
0

add building

This commit is contained in:
Anson Biggs 2023-11-28 23:37:13 -07:00
parent aaff60e15b
commit 5524bf09d2

View File

@ -1,5 +1,6 @@
stages:
- test
- build
image: rust:latest
@ -16,3 +17,8 @@ rustfmt:
stage: test
script:
- cargo fmt -- --check
build:
stage: build
script:
- cargo build --verbose