Skip to content

Commit

Permalink
chore(pipeline): add "go build"
Browse files Browse the repository at this point in the history
* chore(pipeline): add build

* chore(pipeline): trigger build
  • Loading branch information
claudiodangelis authored Nov 13, 2023
1 parent 9599aa9 commit 6966e7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
go-version: '1.21.x'
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
run: go test ./...
release:
Expand All @@ -36,4 +38,4 @@ jobs:
args: release --rm-dist
key: ${{ secrets.YOUR_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6966e7e

Please sign in to comment.