Update .gitlab-ci.yml file

This commit is contained in:
xfy xfy
2023-05-06 06:17:42 +00:00
parent 78a47c3cf6
commit b1474f7125

View File

@ -2,12 +2,6 @@ stages:
- build
- publish
tests:
stage: test
image: rust
script:
- cargo test
build:amd64:
stage: build
image: rust