Skip to content

Commit

Permalink
experiment: test out the new evaluator in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed Jun 5, 2024
1 parent d196fd9 commit 1e44854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hof/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func main() {
os.Setenv("CUE_EXPERIMENT", "modules=0")
os.Setenv("CUE_EXPERIMENT", "evalv3,modules=0")

cmd.RunExit()
}

0 comments on commit 1e44854

Please sign in to comment.