Files
husk-milter/.gitlab-ci.yml
T
Malte Meiboom 1f8d7e9a3f Add test framework to test
- Mail encryption (when expected)
- Introducer listing, adding and removing
- Locals listing, adding and removing
2026-05-20 14:27:28 +02:00

15 lines
262 B
YAML

stages:
- test
test-job:
stage: test
image: localhost:5000/huskbuilder:latest
script:
- cargo test
e2e-test-job:
stage: test
image: localhost:5000/mta:latest
script:
- bash /usr/bin/prepare.sh && bash /opt/husk/mapped/e2e-tests/runner.sh