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: stages:
- test - test
- build
image: rust:latest image: rust:latest
@ -16,3 +17,8 @@ rustfmt:
stage: test stage: test
script: script:
- cargo fmt -- --check - cargo fmt -- --check
build:
stage: build
script:
- cargo build --verbose