Skip to content

Commit

Permalink
Use workflows in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Feb 8, 2019
1 parent b1945ce commit 771b918
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ jobs:
make testacc| tee ${TEST_RESULTS}/go-test.out
- store_test_results:
path: /tmp/test-results

workflows:
version: 2
build:
jobs:
- build

0 comments on commit 771b918

Please sign in to comment.