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.
1 parent 2a3502b commit c61ebbcCopy full SHA for c61ebbc
Makefile
@@ -33,7 +33,7 @@ test: proxy/ui_dist/placeholder.txt
33
34
# for CI - full test (takes longer)
35
test-all: proxy/ui_dist/placeholder.txt
36
- go test -count=1 ./proxy/...
+ go test -race -count=1 ./proxy/...
37
38
ui/node_modules:
39
cd ui && npm install
0 commit comments