Run functional tests on a set of smoke vectors
Created by: dsilhavy
Is your feature request related to a problem? Please describe. In order to avoid regression while developing we should run the functional test suite on a set of smoke test vectors after each commit to development.
Describe the solution you'd like
- Define a list of smoke vectors and add them to the function test directory
- Configure the
.circleci/config.yml
to run the tests after each push to the develoment branch