Skip to content

Commit 93ad936

Browse files
committed
fix bug in CI
1 parent d3d068b commit 93ad936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: julia-actions/julia-runtest@v1
4444
env:
4545
# This environment variable enables the integration tests:
46-
MLJ_TEST_INTEGRATION: '1'
46+
MLJ_TEST_REGISTRY: '1'
4747
- uses: julia-actions/julia-processcoverage@v1
4848
- uses: codecov/codecov-action@v4
4949
with:

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ if parse(Bool, get(ENV, "MLJ_TEST_REGISTRY", "false"))
3030
else
3131
@info "Test of the MLJ Registry is being skipped. Set environment variable "*
3232
"MLJ_TEST_REGISTRY = \"true\" to include them.\n"*
33-
"The Registry test takes at least one hour. "
33+
"The Registry test takes about ten minutes. "
3434
end

0 commit comments

Comments
 (0)