Skip to content

Commit 244373c

Browse files
nsicchaclaude
andcommitted
Debug: add @testset export diagnostics to CI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ad12ad9 commit 244373c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@ jobs:
3636
Pkg.instantiate()
3737
Pkg.precompile()
3838
'
39-
julia --project=. -e 'include("test/runtests.jl")'
39+
julia --project=. -e '
40+
using TestModules
41+
println("@testset defined: ", isdefined(@__MODULE__, Symbol("@testset")))
42+
println("exports: ", filter(n -> startswith(string(n), "@test"), names(TestModules)))
43+
include("test/runtests.jl")
44+
'

0 commit comments

Comments
 (0)