Skip to content

Commit

Permalink
[#16] .Update removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasObenaus committed Feb 17, 2020
1 parent f64fee3 commit 25c6c83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ build: sep ## Builds the library

test: sep ## Runs all unittests and generates a coverage report.
@echo "--> Run the unit-tests and checks for race conditions."
#@go test -timeout 30s -race -run "^Test.*[^IT]$$" -covermode=atomic
@go test -timeout 30s -race -run "^Test.*[^IT]$$" -covermode=atomic

test.report: sep ## Runs all unittests and generates a coverage- and a test-report.
Expand Down

0 comments on commit 25c6c83

Please sign in to comment.