From 7eb2dd1709ba5c68133438c98f19344d6fb299f6 Mon Sep 17 00:00:00 2001 From: Anantha Kumaran Date: Sun, 2 Jul 2023 12:09:16 +0530 Subject: [PATCH] fix test --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f277aac2..dea4560c 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,9 @@ lint: test -z $$(gofmt -l .) test: - go test ./... npm run test + npm run build + go test ./... windows: GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CXX=x86_64-w64-mingw32-g++ CC=x86_64-w64-mingw32-gcc go build