Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Jul 2, 2023
1 parent 7846681 commit 7eb2dd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eb2dd1

Please sign in to comment.