Skip to content

Commit c022dda

Browse files
iohk-bors[bot]cootjbgi
authored
Merge #2771
2771: Rename test components r=coot a=coot - Renamed network test components - test io-sim-classes with github-actions Co-authored-by: Marcin Szamotulski <[email protected]> Co-authored-by: Jean-Baptiste Giraudeau <[email protected]>
2 parents 5726281 + d1fe606 commit c022dda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

io-sim-classes/io-sim-classes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library
7474
if flag(checktvarinvariant)
7575
cpp-options: -DCHECK_TVAR_INVARIANT
7676

77-
test-suite test-io-sim-classes
77+
test-suite test
7878
type: exitcode-stdio-1.0
7979
hs-source-dirs: test
8080
main-is: Main.hs

io-sim/io-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ library
5656
if flag(asserts)
5757
ghc-options: -fno-ignore-asserts
5858

59-
test-suite test-sim
59+
test-suite test
6060
type: exitcode-stdio-1.0
6161
hs-source-dirs: test
6262
main-is: Main.hs

0 commit comments

Comments
 (0)