We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880e332 commit bbde56cCopy full SHA for bbde56c
Dockerfile
@@ -60,4 +60,4 @@ ENV USER=codewarrior \
60
PATH=/opt/ocaml/5.0.0/bin:$PATH
61
62
COPY --chown=codewarrior:codewarrior workspace/. /workspace/
63
-WORKDIR /workspace\
+WORKDIR /workspace
workspace/cwtest.ml
@@ -55,5 +55,4 @@ and run_test = function
55
56
and run_tests tests = List.iter run_test tests
57
58
-(* `solution` and `fixture` are concatenated to `fixture.ml` *)
59
let () = run_tests Tests.suite
0 commit comments