mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
c2da838584
commit
050ba9bf25
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ provides:
|
|||
|
||||
test:
|
||||
script:
|
||||
- test "$(templ --version)" = {{version}}
|
||||
# some versions have a v prefix, some don't
|
||||
- test "$(templ --version)" = {{version}} || test "$(templ --version)" = "v{{version}}"
|
||||
- templ generate
|
||||
- test -f hello_templ.go
|
||||
|
|
Loading…
Reference in a new issue