CI: run the Michelson test suite

This commit is contained in:
Benjamin Canou 2017-07-24 19:06:40 +02:00
parent a663e43f18
commit aa49d7bb31

View File

@ -151,6 +151,15 @@ test:basic.sh:
dependencies:
- build
test:contracts.sh:
stage: test
tags:
- tezos_builder
script:
- make -C test run-contracts.sh
dependencies:
- build
build:docker:
stage: build_docker
image: docker:latest