We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0f702 commit 7f81ff7Copy full SHA for 7f81ff7
.github/workflows/go.yml
@@ -22,11 +22,15 @@ jobs:
22
- name: Build
23
run: go build -v ./...
24
25
- - name: sumlint
+ - name: Build test dir
26
+ working-directory: test
27
+ run: go build -v ./...
28
+
29
+ - name: Build sumlint
30
run: go build github.com/gomoni/sumlint/cmd/sumlint
31
- - name: oneoflint
- run: go build github.com/gomoni/sumlint/cmd/oneoflint
32
+ - name: Build oneoflint
33
+ run: go build github.com/gomoni/sumlint/cmd
34
35
- name: Test
36
run: go test -race -v ./...
0 commit comments