Skip to content

Commit

Permalink
CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Oct 18, 2018
1 parent 15bb7b5 commit ba1cd7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba1cd7b

Please sign in to comment.