Skip to content
Snippets Groups Projects
Commit 79f07111 authored by Chris Pastl's avatar Chris Pastl
Browse files

test: run 'make test' in pipeline

parent 848d9dae
No related branches found
No related tags found
1 merge request!7CI/CD: run tests in pipeline #20
Pipeline #4629 failed
......@@ -32,6 +32,12 @@ check_code:
script:
liquidsoap --check src/engine.liq
run_tests:
stage: test
script:
- cd tests
- liquidsoap engine_test_suite.liq
docker-push:
# Use the official docker image.
image: docker:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment