Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmvp committed Jan 13, 2024
1 parent 1c1234d commit 242f91d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,16 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21.4'
- name: show environment
run: echo "${GOPATH}"
- name: setup gob
run: go install github.com/kcmvp/gob@latest

- name: setup gob
run: |
echo "PATH=$GOPATH:$PATH" >> $GITHUB_ENV
- name: Test with gob
run: gob test

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 242f91d

Please sign in to comment.