We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c329bc9 commit a0a2bb3Copy full SHA for a0a2bb3
test/runtests.jl
@@ -11,7 +11,7 @@ if parse(Bool, get(ENV, "BUILDKITE", "false"))
11
end
12
13
using InteractiveUtils
14
-versioninfo()
+versioninfo(verbose=true)
15
16
# Quit without erroring if Metal loaded without issues on unsupported platforms
17
if !Sys.isapple()
0 commit comments