Skip to content

Commit c61ebbc

Browse files
committed
Makefile: add -race to test-all target
1 parent 2a3502b commit c61ebbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test: proxy/ui_dist/placeholder.txt
3333

3434
# for CI - full test (takes longer)
3535
test-all: proxy/ui_dist/placeholder.txt
36-
go test -count=1 ./proxy/...
36+
go test -race -count=1 ./proxy/...
3737

3838
ui/node_modules:
3939
cd ui && npm install

0 commit comments

Comments
 (0)