Skip to content

Commit 158447e

Browse files
committed
Address on reviews
1 parent cf99cfe commit 158447e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: go generate github.com/gopherjs/gopherjs/compiler/prelude
2323
- run: diff -u <(echo -n) <(git status --porcelain)
2424
- run: diff -u <(echo -n) <(gofmt -d .)
25-
- run: go vet *.go # Go package in root directory.
25+
- run: go vet . # Go package in root directory.
2626
- run: for d in */; do echo ./$d...; done | grep -v ./doc | grep -v ./test | grep -v ./node | xargs go vet # All subdirectories except "doc", "tests", "node*".
2727
- run: diff -u <(echo -n) <(go list ./compiler/natives/src/...) # All those packages should have // +build js.
2828
- run: gopherjs install -v net/http # Should build successfully (can't run tests, since only client is supported).

0 commit comments

Comments
 (0)