Update .gitlab-ci.yml file

Update .gitlab-ci.yml file
This commit is contained in:
xfy xfy
2023-05-06 06:16:34 +00:00
committed by DefectingCat
parent 4638df0bab
commit 896d439728

View File

@ -1,14 +1,7 @@
stages:
- test
- build
- publish
tests:
stage: test
image: rust
script:
- cargo test
build:amd64:
stage: build
image: rust