Skip to content

Commit

Permalink
fix workflow - 2
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <[email protected]>
  • Loading branch information
championswimmer committed Nov 4, 2023
1 parent 1ed4afa commit 031a297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: '1.20.x'

- name: Install dependencies
run: go get .
run: go get ./...

- name: Build
run: go build -v ./...
Expand All @@ -40,7 +40,7 @@ jobs:
go-version: '1.20.x'

- name: Install dependencies
run: go get .
run: go get ./...

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

0 comments on commit 031a297

Please sign in to comment.