Skip to content

Commit

Permalink
do not require git for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Apr 11, 2022
1 parent b3b95e1 commit 2090dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks:
GOOS: js
GOARCH: wasm
cmds:
- go test -exec={{.GOPATH}}/bin/wasmbrowsertest ./web/
- go test -exec={{.GOPATH}}/bin/wasmbrowsertest -buildvcs=false ./web/

test:examples:
env:
Expand All @@ -27,7 +27,7 @@ tasks:
cmds:
- rm -rf /tmp/gweb-bin
- mkdir -p /tmp/gweb-bin/
- go build -o /tmp/gweb-bin/ ./...
- go build -buildvcs=false -o /tmp/gweb-bin/ ./...

test:
desc: "run go test for the library and examples"
Expand Down

0 comments on commit 2090dd2

Please sign in to comment.