Skip to content

Commit 8b9513f

Browse files
committed
Tweaked check.sh script
1 parent 03dbac0 commit 8b9513f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

check.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#!/bin/sh
22

3-
golint ./
4-
go vet ./
5-
go test
3+
go build && go vet ./ && golint ./ && go test

0 commit comments

Comments
 (0)