We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ac9da commit c90ef9cCopy full SHA for c90ef9c
.github/workflows/CI-integration.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
version:
26
- - '1.8'
+ - '1'
27
os:
28
- macos-latest
29
- ubuntu-latest
.github/workflows/CI.yml
test/teststaticcompiler.jl
@@ -13,7 +13,7 @@ let
13
status = -1
14
try
15
isfile("times_table") && rm("times_table")
16
- status = run(`$jlpath --compile=min $testpath/scripts/times_table.jl`)
+ status = run(`$jlpath --startup=no $testpath/scripts/times_table.jl`)
17
catch e
18
@warn "Could not compile $testpath/scripts/times_table.jl"
19
println(e)
0 commit comments