Skip to content

Commit

Permalink
fix: pipeline build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Feb 19, 2023
1 parent 77efa7e commit 1826f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
go-version: 1.20
- name: Build
run: export GO111MODULE=on
run: go build -v ./...

test:
Expand All @@ -31,4 +32,5 @@ jobs:
with:
go-version: 1.20
- name: Test
run: export GO111MODULE=on
run: go test -v ./...

0 comments on commit 1826f10

Please sign in to comment.