Skip to content

Commit 5ebf3ce

Browse files
committed
add option to run tests
1 parent b7ad581 commit 5ebf3ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/runtests-live.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ end
6363
end
6464

6565
is_enabled("datasets-projects"; disabled_by_default=true) &&
66-
@testset "Large datasets" begin
66+
@testset "Project-dataset integration" begin
6767
include("projects-live.jl")
6868
end
6969

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ function extra_enabled_live_tests(; print_info=false)
3939
if get(ENV, "JULIAHUBJL_LIVE_EXPOSED_PORT_TESTS", "") == "true"
4040
push!(testnames, "jobs-exposed-port")
4141
end
42+
if get(ENV, "JULIAHUBJL_LIVE_PROJECTS_TESTS", "") == "true"
43+
push!(testnames, "datasets-projects")
44+
end
4245
if print_info && !isempty(testnames)
4346
testname_list = join(string.(" - ", testnames), '\n')
4447
@info """

0 commit comments

Comments
 (0)