Skip to content

Commit

Permalink
Removed OC dependency that got added somehow, and fixed Makefile (tes…
Browse files Browse the repository at this point in the history
…ts weren't always ran)
  • Loading branch information
eranharel committed May 27, 2021
1 parent b5fbfdc commit c2874b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ lint: $(GOLANGCI_LINT)
##### linting #####
golangci-lint run -E golint -E gosec -E gofmt

test:
test: build
##### testing #####
go test $(testflags) -v -race ./...
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ require (
github.com/pkg/errors v0.8.1
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
go.opencensus.io v0.23.0 // indirect
)

0 comments on commit c2874b1

Please sign in to comment.