Skip to content

Commit

Permalink
fix: conflict of @main from Base (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
xukai92 committed Nov 29, 2023
1 parent 2a88729 commit 1610508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if GROUP == "All" || GROUP == "AdvancedHMC"
@warn "Skipping GPU tests because no GPU available."
end

@main function runtests(patterns...; dry::Bool = false)
Comonicon.@main function runtests(patterns...; dry::Bool = false)
retest(patterns...; dry = dry, verbose = Inf)
end
end
Expand Down

0 comments on commit 1610508

Please sign in to comment.