Skip to content

Commit c60a25b

Browse files
committed
chore: update update-snapshot make cmd
1 parent aedcedb commit c60a25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ compose-demo-config:
1111
pushd __schemas && ./compose.sh && popd
1212

1313
update-snapshot:
14-
cd ./pkg/config && go test -update -race ./...
14+
cd ./pkg/config && GOLDIE_UPDATE=1 go test -race ./...
1515

1616
test:
1717
gotestsum -f $(FORMAT) -- -race ./...

0 commit comments

Comments
 (0)