Skip to content

Commit 373e9c9

Browse files
committed
fixup! OxCaml: setup CI
1 parent 70c6bab commit 373e9c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ci_setup-oxcaml.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ let roots =
1919
; "await"
2020
]
2121

22+
let additional_others = StringSet.of_list [ "spawn" ]
23+
2224
let omitted_others = StringSet.of_list [ "odoc" ]
2325

2426
let omitted_js = StringSet.of_list [ "basement"; "sexplib0"; "ppxlib_jane"; "spawn" ]

0 commit comments

Comments
 (0)