Skip to content

Commit 90f1b6f

Browse files
authored
Improve another log message to clarify that the reason for skipping a test is specifically GitHub Actions
1 parent 3f0277f commit 90f1b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ end
265265
# But ONLY on GHA (GitHub Actions).
266266
# On PkgEval, we do run these tests. This is intentional - we want PkgEval to
267267
# detect regressions, as well as fixes for those regressions.
268-
@warn "This is Julia $(VERSION.major).$(VERSION.minor); skipping incremental=false test when doing `create_library()` due to known bug: issue TODO (for 1.12)"
268+
@warn "[GHA CI] This is Julia $(VERSION.major).$(VERSION.minor); skipping incremental=false test when doing `create_library()` due to known bug: issue TODO (for 1.12)"
269269
@test_skip false
270270
else
271271
tmp = mktempdir()

0 commit comments

Comments
 (0)