Skip to content

Commit

Permalink
cleanup, remove -race flag when testing (requires CGO)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jul 7, 2022
1 parent 6e0321f commit 316ce85
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 45 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/remove-old-artifacts.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ binary-test: binary-dep

.PHONY: binary-test-coverage
binary-test-coverage: binary-dep
go test -race -coverprofile=coverage.txt -covermode=atomic -v $(STATIC_TAGS) ./...
go test -coverprofile=coverage.txt -covermode=atomic -v $(STATIC_TAGS) ./...

.PHONY: binary-collector
binary-collector: binary-dep
Expand Down
7 changes: 0 additions & 7 deletions docker/Dockerfile.xgo

This file was deleted.

18 changes: 0 additions & 18 deletions docker/Vagrantfile

This file was deleted.

0 comments on commit 316ce85

Please sign in to comment.