Skip to content

Commit e10d936

Browse files
committed
Actually run tests
1 parent 74c1e9a commit e10d936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/runtests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ steps:
55
- JuliaCI/julia#v1:
66
version: "nightly"
77
command: |
8-
julia --version
8+
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
9+
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
910
agents:
1011
queue: "julia"
1112
os: "${OS?}"

0 commit comments

Comments
 (0)