From 4ad8d91f7c47de19e5dfac087587884e0c82a14d Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 30 Mar 2022 12:53:52 -0400 Subject: [PATCH] chore: ensure CI runs all tests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a341b659..efd05b75 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,5 +36,5 @@ jobs: - run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip - - run: opam exec -- dune build @src/runtest @examples/runtest + - run: opam exec -- dune build @src/runtest @examples/runtest @tests/runtest if: ${{ matrix.os == 'ubuntu-latest' }}