vesys-bank-server/.gitlab-ci.yml

6 lines
113 B
YAML
Raw Normal View History

2022-03-19 09:06:04 +00:00
test:
image: rust:1.59-alpine3.15
2022-03-19 09:07:51 +00:00
before_script:
- apk --no-cache add musl-dev
2022-03-19 09:06:04 +00:00
script:
- cargo test