From ba1cd7beb8e4cc8bebd3086ed92efc28492d208b Mon Sep 17 00:00:00 2001 From: auyer Date: Thu, 18 Oct 2018 11:59:46 -0300 Subject: [PATCH] CI workflow --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ab57307..972c015 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,3 +27,10 @@ jobs: - checkout - run: go get -v -t -d github.com/auyer/steganography - run: go test -v ./... +workflows: + version: 2 + build_and_test: + jobs: + - build + - test110 + - test19 \ No newline at end of file