Skip to content

Commit

Permalink
fix: del build step
Browse files Browse the repository at this point in the history
  • Loading branch information
pshapovalov committed Mar 7, 2024
1 parent a3c015d commit 0daa382
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
with:
go-version: '1.22'
cache-dependency-path: go.sum
- name: Build
run: go build -o ./bin/ -v ./...
- name: Test
run: go test -v ./...

Expand Down

0 comments on commit 0daa382

Please sign in to comment.