Skip to content

Commit

Permalink
fix: pipeline syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Feb 19, 2023
1 parent 1826f10 commit e9df970
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.20
- name: Build
- name: Export
run: export GO111MODULE=on
- name: Build
run: go build -v ./...

test:
Expand All @@ -31,6 +32,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.20
- name: Test
- name: Export
run: export GO111MODULE=on
- name: Test
run: go test -v ./...

0 comments on commit e9df970

Please sign in to comment.