Added test cases to CI
This commit is contained in:
parent
ba22c611f6
commit
9f36a58f98
1 changed files with 10 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- test
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in a new issue