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 33f912a commit d246088Copy full SHA for d246088
.github/workflows/build-and-snapshot.yml
@@ -39,8 +39,11 @@ jobs:
39
- name: Lint Go files
40
run: go fmt ./...
41
42
+ - name: Install
43
+ run: make install
44
+
45
- name: Run tests
- run: go test ./... -v
46
+ run: go test
47
48
- name: Build binary
49
run: python3 .github/workflows/build.py
.github/workflows/release.yml
@@ -32,8 +32,11 @@ jobs:
32
33
34
35
36
37
38
0 commit comments