Skip to content

Commit f75d0fa

Browse files
committed
Fix CI (again)
1 parent 7f81ff7 commit f75d0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: go build github.com/gomoni/sumlint/cmd/sumlint
3131

3232
- name: Build oneoflint
33-
run: go build github.com/gomoni/sumlint/cmd
33+
run: go build github.com/gomoni/sumlint/cmd/oneoflint
3434

3535
- name: Test
3636
run: go test -race -v ./...

0 commit comments

Comments
 (0)