Skip to content

Commit 52627da

Browse files
schuellerfmvo5
authored andcommitted
Makefile: include running go tests in make test
1 parent 349926d commit 52627da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ clean: ## clean all build and test artifacts
2727

2828
.PHONY: test
2929
test: ## run all tests - Be aware that the tests take a really long time
30+
cd bib && go test -race ./...
3031
@echo "Be aware that the tests take a really long time"
3132
@echo "Running tests as root"
3233
sudo -E pip install --user -r test/requirements.txt

0 commit comments

Comments
 (0)