Skip to content
Snippets Groups Projects
Commit 2f169d3f authored by gjahn's avatar gjahn
Browse files

make: clean test cache before running tests

THis change set aims to simulate running test as if they
would be executed in a pipeline
parent b7308619
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ build-linux: $(BIN_DIR)/artifact.bin
.SILENT: test
test:
cd $(SRC_DIR) \
&& go clean -testcache \
&& go test \
-race \
-v \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment