Skip to content

Commit 37f0995

Browse files
authored
fix: conflict of @main from Base (nightly) (#362)
* fix: conflict of @main from Base (nightly) * chore: bump up version --------- Co-authored-by: Kai Xu <[email protected]>
1 parent 56aa5c8 commit 37f0995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AdvancedHMC"
22
uuid = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
3-
version = "0.6.0"
3+
version = "0.6.1"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if GROUP == "All" || GROUP == "AdvancedHMC"
3636
@warn "Skipping GPU tests because no GPU available."
3737
end
3838

39-
@main function runtests(patterns...; dry::Bool = false)
39+
Comonicon.@main function runtests(patterns...; dry::Bool = false)
4040
retest(patterns...; dry = dry, verbose = Inf)
4141
end
4242
end

0 commit comments

Comments
 (0)