From ad8d8ac7c6a770a20d2d4e85c20662259cb1d37b Mon Sep 17 00:00:00 2001 From: rina Date: Mon, 4 Mar 2024 01:47:20 +1000 Subject: [PATCH] asd --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index daae2244..1d475fb0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: # ocaml-compiler: ocaml-system.4.09.1 # must match nix develop's ocaml version! # - run: opam install . --deps-only --with-test - - run: dune build + - run: dune build --profile release - run: ./coverage.sh test id: coverage