Skip to content

Commit

Permalink
fix hof/gen self gen test
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Jun 26, 2022
1 parent 6c3538b commit c5ad8ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test.cue
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,13 @@ tests: {
run: BashTest & {
dir: "test/templates"
script: """
set -e
# fetch CUE deps
hof mod vendor cue
# generate templates
hof gen
# should have no diff
git diff
git diff --exit-code
"""
}
}
Expand Down

0 comments on commit c5ad8ac

Please sign in to comment.