Skip to content

Commit 5846dc0

Browse files
committed
add go-build test step
Signed-off-by: Liam Stanley <[email protected]>
1 parent 25dcc05 commit 5846dc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
uses: lrstanley/.github/.github/workflows/lang-go-lint.yml@master
2020
secrets:
2121
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
22+
go-build:
23+
needs: [go-test, go-lint]
24+
uses: lrstanley/.github/.github/workflows/lang-go-release.yml@master
25+
with:
26+
has-ghcr: true
27+
upload-artifacts: true
2228
docker-test:
2329
needs: [go-test, go-lint]
2430
uses: lrstanley/.github/.github/workflows/docker-release.yml@master

0 commit comments

Comments
 (0)