From 1462b3668a934c11133373f920b44dd411de9b90 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Thu, 28 Apr 2022 11:43:59 +0100 Subject: [PATCH] Only run tests for the opam-0install package --- test/diagnostics/dune | 1 + 1 file changed, 1 insertion(+) diff --git a/test/diagnostics/dune b/test/diagnostics/dune index a804658..654a395 100644 --- a/test/diagnostics/dune +++ b/test/diagnostics/dune @@ -14,5 +14,6 @@ (rule (alias runtest) + (package opam-0install) (action (diff test_diagnostics.expected test_diagnostics.output)))