Skip to content

Commit

Permalink
Fix GitHub action to only build select packages
Browse files Browse the repository at this point in the history
The directory ./templates contains `.go` files but is not meant to be a go package.
  • Loading branch information
rillig authored Aug 20, 2023
1 parent 404bae2 commit 671f5ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
with:
go-version: '1.20'

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

- name: Test
- name: Build and test
run: sh ./test.sh

- name: Upload coverage data
Expand Down

0 comments on commit 671f5ad

Please sign in to comment.