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 2431b71 commit 20de00fCopy full SHA for 20de00f
.github/workflows/release.yaml
@@ -25,6 +25,8 @@ jobs:
25
go-version: '1.20'
26
check-latest: true
27
- run: go version
28
+ - name: Run build and test
29
+ run: make clean build test clean
30
- name: Docker meta
31
id: meta
32
uses: docker/metadata-action@v4
0 commit comments