Added test cases to CI

This commit is contained in:
Roshan Syed 2019-09-05 12:32:39 -03:00
parent ba22c611f6
commit 9f36a58f98

View file

@ -1,6 +1,7 @@
stages: stages:
- build - build
- test
build: build:
stage: build stage: build
script: script:
@ -9,3 +10,11 @@ build:
- make -j$(nproc) - make -j$(nproc)
tags: tags:
- builder - builder
test:
state: test
script:
- ./betting_test
- ./chain_test
tags:
- builder