ThomasObenaus/sokar

Enable Race Detection in Tests

ThomasObenaus opened this issue · 0 comments

Should be

test: sep gen-mocks ## Runs all unittests and generates a coverage report.
	@echo "--> Run the unit-tests"
	@go test ${packages} -timeout 30s -race -covermode=atomic -coverprofile=coverage.out