Skip to content

Commit

Permalink
run limited tests in workflow for now
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed Aug 3, 2021
1 parent f98d436 commit 35778ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/default.cue
Expand Up @@ -25,7 +25,10 @@ ghacue.#Workflow & {
run: "go install ./cmd/hof"
},{
name: "Run tests"
run: "hof test test.cue"
run: """
hof test test.cue -s gen -t test
hof test test.cue -s lib -t test -t mod
"""
}]
}
}
4 changes: 3 additions & 1 deletion .github/workflows/default.yml
Expand Up @@ -27,5 +27,7 @@ jobs:
- name: Build CLI
run: go install ./cmd/hof
- name: Run tests
run: hof test test.cue
run: |-
hof test test.cue -s gen -t test
hof test test.cue -s lib -t test -t mod
services: {}

0 comments on commit 35778ce

Please sign in to comment.