From 2b4a3acc786d81fdb031d2f7e74d180d74527dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edwin=20T=C3=B6r=C3=B6k?= Date: Thu, 14 Dec 2023 12:09:23 +0000 Subject: [PATCH] fixup! CP-47001: [xapi-fd-test]: dune plumbing for a new test framework --- .github/workflows/ocaml-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ocaml-ci.yml b/.github/workflows/ocaml-ci.yml index bb212541..3758c01d 100644 --- a/.github/workflows/ocaml-ci.yml +++ b/.github/workflows/ocaml-ci.yml @@ -9,7 +9,7 @@ jobs: name: Ocaml tests runs-on: ubuntu-20.04 env: - package: "xapi-stdext-date xapi-stdext-encodings xapi-stdext-pervasives xapi-stdext-std xapi-stdext-threads xapi-stdext-unix xapi-stdext-zerocheck" + package: "xapi-stdext-date xapi-stdext-encodings xapi-stdext-pervasives xapi-stdext-std xapi-stdext-threads xapi-stdext-unix xapi-stdext-zerocheck xapi-fdcaps xapi-fd-test" steps: - name: Checkout code