Skip to content

Commit

Permalink
fix go yaml github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
valek177 committed Nov 1, 2024
1 parent 965ba94 commit dca6661
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
go-version: '1.23'
cache-dependency-path: go.sum

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

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

linter:
name: lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit dca6661

Please sign in to comment.