Skip to content

Commit

Permalink
start report on CI with info for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Mar 21, 2022
1 parent 81d4cb0 commit c15c9d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ using Dates
import REPL
using Printf: @sprintf
using Base: Experimental
using InteractiveUtils: versioninfo

include("choosetests.jl")
include("testenv.jl")
Expand Down Expand Up @@ -202,6 +203,10 @@ cd(@__DIR__) do
end
end

if tryparse(Bool, get(ENV, "CI", "false")) == true
# start report on CI with info for debugging
versioninfo()
end

all_tests = [tests; node1_tests]

Expand Down

0 comments on commit c15c9d1

Please sign in to comment.