try to fix ci

This commit is contained in:
Simon Cruanes 2021-06-07 00:10:20 -04:00
parent 1450b869f9
commit 5c67fb51ab

View file

@ -27,6 +27,7 @@
(name runtest)
(locks /ctest)
(deps (source_tree test_data))
(enabled_if (>= %{ocaml_version} "4.08"))
(action
(ignore-stdout
(run ./ccparse_irclogs.exe test_data/irc-logs.txt))))