Skip to content

Commit 111daef

Browse files
committed
hie.yaml: add db and tests
1 parent b1c8603 commit 111daef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hie.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ cradle:
66
- path: "./hnix-store-core/tests"
77
component: "hnix-store-core:test:format-tests"
88

9+
- path: "./hnix-store-db/src"
10+
component: "lib:hnix-store-db"
11+
12+
- path: "./hnix-store-db/tests"
13+
component: "hnix-store-db:test:db"
14+
915
- path: "./hnix-store-remote/src"
1016
component: "lib:hnix-store-remote"
1117

@@ -14,3 +20,9 @@ cradle:
1420

1521
- path: "./hnix-store-remote/tests-io"
1622
component: "hnix-store-remote:test:remote-io"
23+
24+
- path: "./hnix-store-tests/src"
25+
component: "lib:hnix-store-tests"
26+
27+
- path: "./hnix-store-tests/tests"
28+
component: "hnix-store-tests:test:props"

0 commit comments

Comments
 (0)