File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -122,29 +122,29 @@ steps:
122122 soft_fail :
123123 - exit_status : 3
124124
125- # - label: "Enzyme.jl"
126- # plugins:
127- # - JuliaCI/julia#v1:
128- # version: "1.11"
129- # - JuliaCI/julia-coverage#v1:
130- # codecov: true
131- # command: |
132- # julia -e 'println("--- :julia: Instantiating project")
133- # using Pkg
134- # Pkg.develop(; path=pwd())
135- # Pkg.develop(; name="Enzyme")' || exit 3
125+ - label : " Enzyme.jl"
126+ plugins :
127+ - JuliaCI/julia#v1:
128+ version : " 1.11"
129+ - JuliaCI/julia-coverage#v1:
130+ codecov : true
131+ command : |
132+ julia -e 'println("--- :julia: Instantiating project")
133+ using Pkg
134+ Pkg.develop(; path=pwd())
135+ Pkg.develop(; name="Enzyme")' || exit 3
136136
137- # julia -e 'println("+++ :julia: Running tests")
138- # using Pkg
139- # Pkg.test("Enzyme"; coverage=true, julia_args=`--depwarn=no`)'
140- # agents:
141- # queue: "juliaecosystem"
142- # os: "linux"
143- # arch: "x86_64"
144- # if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
145- # timeout_in_minutes: 120
146- # soft_fail:
147- # - exit_status: 3
137+ julia -e 'println("+++ :julia: Running tests")
138+ using Pkg
139+ Pkg.test("Enzyme"; coverage=true, julia_args=`--depwarn=no`)'
140+ agents :
141+ queue : " juliaecosystem"
142+ os : " linux"
143+ arch : " x86_64"
144+ if : build.message !~ /\[skip tests\]/ && !build.pull_request.draft
145+ timeout_in_minutes : 120
146+ soft_fail :
147+ - exit_status : 3
148148
149149env :
150150 JULIA_PKG_SERVER : " " # it often struggles with our large artifacts
You can’t perform that action at this time.
0 commit comments