1
0
mirror of https://gitlab.com/Anson-Projects/anson-stuff/zinetest.git synced 2025-06-15 21:46:40 +00:00

wrong test lol

This commit is contained in:
Anson Biggs 2024-02-22 20:40:26 -07:00
parent b014ccd577
commit 4252550fdd

View File

@ -16,6 +16,9 @@ test:
stage: test
script:
- cargo test --verbose
rules:
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
build_site:
image: rust:latest
@ -26,8 +29,6 @@ build_site:
artifacts:
paths:
- public
rules:
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
pages:
stage: deploy