Skip to content

Commit

Permalink
Enable race detector during integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Kemp committed Jun 29, 2019
1 parent 4a0bde9 commit 35b8404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration_test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ if [[ ! -f "$keyFile" ]]; then
fi

export GO111MODULE=on
go build github.com/bradleyjkemp/grpc-tools/grpc-fixture
go build github.com/bradleyjkemp/grpc-tools/grpc-dump
go build github.com/bradleyjkemp/grpc-tools/grpc-replay
go build -race github.com/bradleyjkemp/grpc-tools/grpc-fixture
go build -race github.com/bradleyjkemp/grpc-tools/grpc-dump
go build -race github.com/bradleyjkemp/grpc-tools/grpc-replay

# grpc-fixture serves mock RPCs
./grpc-fixture \
Expand Down

0 comments on commit 35b8404

Please sign in to comment.