Added fc library tests

This commit is contained in:
Roshan Syed 2019-11-21 12:05:32 -04:00
parent e7e08169c8
commit e7f4ac4a00

View file

@ -32,6 +32,15 @@ test:
tags:
- builder
fc-test:
stage: test
dependencies:
- build
script:
- ./libraries/fc/tests/all_tests
tags:
- builder
code_quality:
stage: test
image: docker:stable