Skip to content

Commit

Permalink
run e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Jul 10, 2024
1 parent 7288cf2 commit f76ec6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func TestMain(m *testing.M) {
e2e.ZarfBinPath = filepath.Join("build", test.GetCLIName())
e2e.ApplianceMode = os.Getenv(applianceModeEnvVar) == "true"
e2e.ApplianceModeKeep = os.Getenv(applianceModeKeepEnvVar) == "true"
e2e.RunClusterTests = true

message.SetLogLevel(message.TraceLevel)

Expand Down

0 comments on commit f76ec6e

Please sign in to comment.