Skip to content

Commit

Permalink
remove step test in ci because running test need root privilege
Browse files Browse the repository at this point in the history
  • Loading branch information
wujie1993 committed May 23, 2019
1 parent 60c8f93 commit 6cdc8d6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,3 @@ jobs:
steps:
- checkout
- run: go build
test:
docker:
- image: circleci/golang:1.12
steps:
- checkout
- run: go test -race -coverprofile=coverage.txt -covermode=atomic
workflows:
version: 2
build_and_test:
jobs:
- build
- test

0 comments on commit 6cdc8d6

Please sign in to comment.