1
0
mirror of https://gitlab.com/Anson-Projects/anson-stuff/zinetest.git synced 2025-06-15 13:36:39 +00:00

using rust is important

This commit is contained in:
Anson Biggs 2024-02-10 01:44:36 -07:00
parent 05a7fc6202
commit d69f7844b1

View File

@ -9,17 +9,14 @@ cache:
- target/
- cargo/
before_script:
- rustup default stable
- cargo --version
- rustc --version
test:
image: rust:latest
stage: test
script:
- cargo test --verbose
build_site:
image: rust:latest
stage: build_site
script:
- cargo run