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 fc8f7e4 commit 864ec5eCopy full SHA for 864ec5e
.buildkite/pipeline.yml
@@ -287,8 +287,10 @@ steps:
287
288
println("--- :julia: Instantiating project")
289
using Pkg
290
+ Pkg.resolve()
291
Pkg.instantiate()
292
Pkg.activate("perf")
293
294
295
push!(LOAD_PATH, @__DIR__)
296
@@ -306,6 +308,11 @@ steps:
306
308
- "1.7"
307
309
- "1.8"
310
- "1.9"
311
+ - "nightly"
312
+ adjustments:
313
+ - with:
314
+ julia: "nightly"
315
+ soft_fail: true
316
timeout_in_minutes: 30
317
318
env:
0 commit comments