Skip to content

Commit

Permalink
mod/test: properly disable mod testing in dagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed May 17, 2024
1 parent 19363eb commit 3ac8bbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/dagger/main/hof.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ func main() {
tests["dm"] = func() error {
return R.TestDatamodel(tester, source)
}
// tests["mod"] = func() error {
// return R.TestMod(tester, source)
// }
tests["mod"] = func() error {
return R.TestMod(tester, source)
}
tests["fmt"] = func() error {
return R.TestCommandFmt(tester, source)
}
Expand All @@ -134,7 +134,7 @@ func main() {
"st",
"dm",
"flow",
"mod",
// "mod",
"fmt",
"cue",
}
Expand Down

0 comments on commit 3ac8bbd

Please sign in to comment.