We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make test
1 parent 349926d commit 52627daCopy full SHA for 52627da
Makefile
@@ -27,6 +27,7 @@ clean: ## clean all build and test artifacts
27
28
.PHONY: test
29
test: ## run all tests - Be aware that the tests take a really long time
30
+ cd bib && go test -race ./...
31
@echo "Be aware that the tests take a really long time"
32
@echo "Running tests as root"
33
sudo -E pip install --user -r test/requirements.txt
0 commit comments