We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c8603 commit 111daefCopy full SHA for 111daef
hie.yaml
@@ -6,6 +6,12 @@ cradle:
6
- path: "./hnix-store-core/tests"
7
component: "hnix-store-core:test:format-tests"
8
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
15
- path: "./hnix-store-remote/src"
16
component: "lib:hnix-store-remote"
17
@@ -14,3 +20,9 @@ cradle:
20
21
- path: "./hnix-store-remote/tests-io"
22
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