Fix CI Test

This commit is contained in:
BloxerHD 2026-02-12 11:58:37 +00:00
commit 135828393c

View file

@ -10,6 +10,7 @@ test:
stage: test
image: rust:alpine3.22
script:
- apk add --no-cache musl-dev openssl-dev openssl-libs-static protobuf-dev lld
- cargo test
build-and-push-image: