Skip to content

Commit

Permalink
Do not run make without parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Saloň committed Feb 28, 2024
1 parent c08dc76 commit 2e7dd96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
run: |
export GOPATH=$HOME/go
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
make
- name: Build
run: env ${{ matrix.osEnv }} go build -v ./cmd/... ./src/...
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
- name: Get dependencies
run: |
export GOPATH=$HOME/go
make
- name: Build
run: ${{ matrix.buildCmd }}
Expand Down

0 comments on commit 2e7dd96

Please sign in to comment.