CI: run the Michelson test suite
This commit is contained in:
parent
a663e43f18
commit
aa49d7bb31
@ -151,6 +151,15 @@ test:basic.sh:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
test:contracts.sh:
|
||||||
|
stage: test
|
||||||
|
tags:
|
||||||
|
- tezos_builder
|
||||||
|
script:
|
||||||
|
- make -C test run-contracts.sh
|
||||||
|
dependencies:
|
||||||
|
- build
|
||||||
|
|
||||||
build:docker:
|
build:docker:
|
||||||
stage: build_docker
|
stage: build_docker
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user