1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

fix: fixes a regression bug in map. fixes #2749 (#2750)

This commit is contained in:
Amir Raminfar
2024-02-02 15:54:00 -08:00
committed by GitHub
parent 2d8b263df4
commit 454156ae2c
2 changed files with 15 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ fake_assets:
.PHONY: test
test: fake_assets
go test -cover ./...
go test -cover -race ./...
.PHONY: build
build: dist