Skip to content

Commit 4b6cd64

Browse files
authored
Add Hecke to OscarCI (#1277)
1 parent bb1bd21 commit 4b6cd64

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

OscarCI.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ title = "metadata for oscar CI run"
99
[pkgs.Oscar]
1010
test = true
1111

12-
#[include]
13-
# [include.julia]
14-
# Oscar = "master"
15-
# julia-version = "nightly"
16-
# os = "ubuntu-latest"
12+
[pkgs.Hecke]
13+
test = false
14+
15+
[include]
16+
[include.justoscarmaster]
17+
Oscar = "master"
18+
Hecke = "release"
19+
julia-version = "1.10"
20+
os = "ubuntu-latest"

0 commit comments

Comments
 (0)