Skip to content

Commit

Permalink
build: add template generation to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kodehat committed Feb 23, 2024
1 parent ca48d7b commit 877786a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- run: go install github.com/a-h/templ/cmd/templ@latest && templ generate
- run: go test -v ./...

# Build the UI assets
Expand Down

0 comments on commit 877786a

Please sign in to comment.