CI: add rule for a new test

This commit is contained in:
Çağdaş Bozman 2016-10-19 15:09:00 +02:00 committed by Grégoire Henry
parent cdf7265693
commit 7b9e374058

View File

@ -95,6 +95,16 @@ test:basic.sh:
- build
- build:test
test:data-encoding:
stage: test
tags:
- tezos_builder
script:
- make -C test run-test-data-encoding
dependencies:
- build
- build:test
publish:expurge:
stage: publish
tags: