Skip to content

Commit 864ec5e

Browse files
committed
Also benchmark Julia nightly.
[skip tests]
1 parent fc8f7e4 commit 864ec5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,10 @@ steps:
287287
288288
println("--- :julia: Instantiating project")
289289
using Pkg
290+
Pkg.resolve()
290291
Pkg.instantiate()
291292
Pkg.activate("perf")
293+
Pkg.resolve()
292294
Pkg.instantiate()
293295
push!(LOAD_PATH, @__DIR__)
294296
@@ -306,6 +308,11 @@ steps:
306308
- "1.7"
307309
- "1.8"
308310
- "1.9"
311+
- "nightly"
312+
adjustments:
313+
- with:
314+
julia: "nightly"
315+
soft_fail: true
309316
timeout_in_minutes: 30
310317

311318
env:

0 commit comments

Comments
 (0)