File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,16 @@ before_install:
21
21
- sed -i 's/^jobs:/-- jobs:/' $HOME/.cabal/config
22
22
23
23
install :
24
- - cabal install --jobs=2 --enable-tests --only-dependencies . distributed-process-tests/
24
+ - cabal install --jobs=2 --enable-tests --only-dependencies -ftcp . distributed-process-tests/
25
25
26
26
script :
27
27
- cabal install --jobs=2
28
28
- cd distributed-process-tests/
29
- - cabal configure --enable-tests
29
+ - cabal configure -ftcp - -enable-tests
30
30
- cabal build --jobs=2
31
31
# skip intermittent tests Reconnect and SpawnReconnect
32
32
- dist/build/TestCHInMemory/TestCHInMemory --plain -t '!Flaky'
33
+ - dist/build/TestCHInTCP/TestCHInTCP --plain -t '!Flaky'
33
34
- dist/build/TestClosure/TestClosure --plain -t '!SpawnReconnect'
34
35
- dist/build/TestStats/TestStats --plain
35
36
- dist/build/TestMx/TestMx --plain
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ packages:
4
4
- distributed-process-tests/
5
5
extra-deps :
6
6
- distributed-static-0.3.2.0
7
+ - network-transport-tcp-0.4.2
7
8
- network-transport-inmemory-0.5.0
8
9
- rank1dynamic-0.3.1.0
9
10
- rematch-0.2.0.0
11
+ flags :
12
+ distributed-process-tests :
13
+ tcp : true
You can’t perform that action at this time.
0 commit comments