Skip to content

Commit 2ad405e

Browse files
committed
DEBUG
1 parent 02d3a7e commit 2ad405e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
# os:
18-
# - ubuntu-latest
19-
# ocaml-compiler:
17+
os:
18+
- ubuntu-latest
19+
ocaml-compiler:
2020
# - "4.08"
2121
# - "4.09"
2222
# - "4.10"
2323
# - "4.11"
2424
# - "4.12"
25-
# - "4.13"
25+
- "4.13"
2626
# - "5.0"
2727
# - "5.1"
2828
# - "5.2"
29-
# skip-test:
30-
# - true
31-
# skip-doc:
32-
# - true
33-
# skip-effects:
34-
# - true
35-
# include:
29+
skip-test:
30+
- true
31+
skip-doc:
32+
- true
33+
skip-effects:
34+
- true
35+
include:
3636
# - os: ubuntu-latest
3737
# ocaml-compiler: "4.14"
3838
# skip-effects: true

0 commit comments

Comments
 (0)