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