Skip to content

Commit 50832fe

Browse files
committed
update build
1 parent 8a4ed57 commit 50832fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v1
1818

1919
- name: Build
20-
run: go build -v .
20+
run: go build -v cmd/main.go
2121

2222
- name: Test
2323
run: go test -v ./...

0 commit comments

Comments
 (0)