mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 11:06:54 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79a7e10088 |
@@ -4,7 +4,7 @@ kwargs = Kwargs.kwargs(; coverage=ENV["COVERAGE"],
|
||||
force_latest_compatible_version=ENV["FORCE_LATEST_COMPATIBLE_VERSION"],
|
||||
julia_args=[string("--check-bounds=", ENV["CHECK_BOUNDS"])])
|
||||
|
||||
if parse(Bool, ENV["ANNOTATE"]) && VERSION > v"1.8pre"
|
||||
if parse(Bool, ENV["ANNOTATE"]) && v"1.8pre" < VERSION < v"1.9.0-beta3"
|
||||
push!(LOAD_PATH, "@tests-logger-env") # access dependencies
|
||||
using GitHubActions, Logging
|
||||
global_logger(GitHubActionsLogger())
|
||||
|
||||
Reference in New Issue
Block a user