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:
- build
- test
build:
stage: build
script:
@ -9,3 +10,11 @@ build:
- make -j$(nproc)
tags:
- builder
test:
state: test
script:
- ./betting_test
- ./chain_test
tags:
- builder