Skip to content

Commit 1f5cc37

Browse files
committed
bench: disable CI on Windows
1 parent 2a0c419 commit 1f5cc37

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bench/plutus-scripts-bench/plutus-scripts-bench.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ common common-definitions
4747

4848
library
4949
import: common-definitions
50+
, project-config
5051
hs-source-dirs: src
5152

5253
if flag(unexpected_thunks)

bench/tx-generator/tx-generator.cabal

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ common project-config
2525
buildable: False
2626

2727
library
28+
import: project-config
2829
hs-source-dirs: src
2930
ghc-options: -Wall
3031
-Wcompat
@@ -154,6 +155,7 @@ library
154155
-fno-omit-interface-pragmas
155156

156157
executable tx-generator
158+
import: project-config
157159
hs-source-dirs: app
158160
main-is: tx-generator.hs
159161
default-language: Haskell2010
@@ -166,6 +168,7 @@ executable tx-generator
166168
, tx-generator
167169

168170
test-suite tx-generator-apitest
171+
import: project-config
169172
hs-source-dirs: test
170173
main-is: ApiTest.hs
171174
type: exitcode-stdio-1.0
@@ -205,6 +208,7 @@ test-suite tx-generator-apitest
205208
, tx-generator
206209

207210
test-suite tx-generator-test
211+
import: project-config
208212
hs-source-dirs: test
209213
main-is: Main.hs
210214
type: exitcode-stdio-1.0
@@ -223,6 +227,7 @@ test-suite tx-generator-test
223227
-threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T
224228

225229
benchmark tx-generator-bench
230+
import: project-config
226231
hs-source-dirs: test
227232
main-is: Bench.hs
228233
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)