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 4193f8d commit fe81ae9Copy full SHA for fe81ae9
test/runtests.jl
@@ -19,6 +19,7 @@ include("rulesets.jl")
19
include("nf.jl")
20
include("interface.jl")
21
include("fuzz.jl")
22
-if haskey(ENV, "TRAVIS")
+
23
+if haskey(ENV, "CI")
24
include("benchmark.jl")
25
end
0 commit comments