Skip to content

Commit

Permalink
Disable cram tests on 32 bits
Browse files Browse the repository at this point in the history
There is a warning due to ocaml/ocaml#9800
  • Loading branch information
samoht committed Oct 7, 2021
1 parent ff01930 commit b82b6dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functoria/e2e/dune
Expand Up @@ -16,4 +16,6 @@
(source_tree lib)
(package functoria)
(package functoria-runtime))
(enabled_if
(<> %{architecture} "x86_32"))
(package functoria))

0 comments on commit b82b6dc

Please sign in to comment.