Skip to content

Commit

Permalink
chore: enable race detection in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
knight42 committed May 11, 2018
1 parent b2fc2f0 commit 4b47e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ cd "$HERE/../" || exit 1

set -ex

go test ./...
go test -race ./...
go vet ./...
golint -set_exit_status $(go list ./...|grep -Pv 'auth|server')

0 comments on commit 4b47e58

Please sign in to comment.