Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
raphi011 committed Nov 18, 2024
1 parent f712d68 commit 0e27bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 434 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
go-version: 1.23.3

- name: Run tests
run: go test ./...
run: |
go install github.com/a-h/templ/cmd/templ@latest
templ generate
go test ./...
Loading

0 comments on commit 0e27bd5

Please sign in to comment.