From b413b2d7d708182b670de42b50d29a251cc58d06 Mon Sep 17 00:00:00 2001 From: squalus Date: Tue, 21 Nov 2023 13:07:14 -0800 Subject: [PATCH] update test targets in hie.yaml Update hie.yaml for the test target renames in b98fb44d7 --- hie.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hie.yaml b/hie.yaml index 04d4d5e..3c1bdd8 100644 --- a/hie.yaml +++ b/hie.yaml @@ -10,4 +10,7 @@ cradle: component: "lib:hnix-store-remote" - path: "./hnix-store-remote/tests" - component: "hnix-store-remote:test:hnix-store-remote-tests" + component: "hnix-store-remote:test:remote" + + - path: "./hnix-store-remote/tests-io" + component: "hnix-store-remote:test:remote-io"