Skip to content

Commit dbaf530

Browse files
authored
ci(nightly): fix call to regress task (#591)
Nightly builds are failing because the 'test:nightly' task tries to call 'regress'. It should be 'test:regress'. Signed-off-by: Derek Hower <134728312+dhower-qc@users.noreply.github.com>
1 parent f716423 commit dbaf530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ namespace :test do
447447
Generally, this tries to build all artifacts
448448
DESC
449449
task :nightly do
450-
Rake::Task["regress"].invoke
450+
Rake::Task["test:regress"].invoke
451451
Rake::Task["portfolios"].invoke
452452
puts
453453
puts "Nightly regression test PASSED"

0 commit comments

Comments
 (0)