Skip to content

Commit

Permalink
Build in the build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Aug 21, 2023
1 parent 0c7633f commit 1b1ea01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
go-version: '1.20'
- name: Install dependencies
run: go get .
- name: Test
run: go test
- name: Build
run: go build ./...
static:
name: 'Go Static (1.20)'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1b1ea01

Please sign in to comment.