Skip to content

Commit 871e8f5

Browse files
committed
no test
1 parent 6b0ffc5 commit 871e8f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: test checks build
22

3-
default: test checks build gotip
3+
default: checks build gotip
44

55
gopath:
66
mkdir $(CURDIR)/gopath
@@ -14,8 +14,8 @@ gotip: gopath/bin/gotip
1414
test: gotip
1515
GOOS=wasip1 GOARCH=wasm $(CURDIR)/gopath/bin/gotip test -v -cover ./...
1616

17-
build: gotip
18-
GOOS=wasip1 GOARCH=wasm CGO_ENABLED=0 $(CURDIR)/gopath/bin/gotip build -buildmode=c-shared -trimpath -o plugin.wasm ./main.go
17+
build:
18+
GOOS=wasip1 GOARCH=wasm CGO_ENABLED=0 $(CURDIR)/gopath/bin/gotip build -buildmode=c-shared -trimpath -o plugin.wasm .
1919

2020
checks:
2121
GOOS=wasip1 GOARCH=wasm golangci-lint run

0 commit comments

Comments
 (0)