From 34f465a5fce2cc995ef0aa004488c02e9cc415ae Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Mon, 18 Mar 2024 22:33:45 +0100 Subject: [PATCH] temporary: run ocaml tests only in ci --- .github/workflows/validate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d9525753..3ac265aa 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -164,5 +164,8 @@ jobs: - name: crystal_format run: crystal tool format --help + - name: run ocaml tests + run: cargo test ocaml + - name: run tests run: cargo test