Skip to content

Commit 9a333cc

Browse files
committed
core: rename format-tests testsuite to core
1 parent 3176030 commit 9a333cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cradle:
44
component: "lib:hnix-store-core"
55

66
- path: "./hnix-store-core/tests"
7-
component: "hnix-store-core:test:format-tests"
7+
component: "hnix-store-core:test:core"
88

99
- path: "./hnix-store-db/src"
1010
component: "lib:hnix-store-db"

hnix-store-core/hnix-store-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ library
9494
, vector
9595
hs-source-dirs: src
9696

97-
test-suite format-tests
97+
test-suite core
9898
import: commons
9999
type: exitcode-stdio-1.0
100100
main-is: Driver.hs

0 commit comments

Comments
 (0)