Skip to content

Commit 91fe84d

Browse files
CI: Run test with the tcp backend as well.
1 parent 3ffb0b9 commit 91fe84d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ before_install:
2121
- sed -i 's/^jobs:/-- jobs:/' $HOME/.cabal/config
2222

2323
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/
2525

2626
script:
2727
- cabal install --jobs=2
2828
- cd distributed-process-tests/
29-
- cabal configure --enable-tests
29+
- cabal configure -ftcp --enable-tests
3030
- cabal build --jobs=2
3131
# skip intermittent tests Reconnect and SpawnReconnect
3232
- dist/build/TestCHInMemory/TestCHInMemory --plain -t '!Flaky'
33+
- dist/build/TestCHInTCP/TestCHInTCP --plain -t '!Flaky'
3334
- dist/build/TestClosure/TestClosure --plain -t '!SpawnReconnect'
3435
- dist/build/TestStats/TestStats --plain
3536
- dist/build/TestMx/TestMx --plain

stack.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ packages:
44
- distributed-process-tests/
55
extra-deps:
66
- distributed-static-0.3.2.0
7+
- network-transport-tcp-0.4.2
78
- network-transport-inmemory-0.5.0
89
- rank1dynamic-0.3.1.0
910
- rematch-0.2.0.0
11+
flags:
12+
distributed-process-tests:
13+
tcp: true

0 commit comments

Comments
 (0)