mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
TMVar lock to avoid subscriber and client processing in parallel, fix the test (#90)
* TMVar lock to avoid subscriber and client processing in parallel, fix the test * run SMP server as part of the test * stabilize tests * update simplexmq * test: stabilize getting invitation from terminal * remove unused import * simplify test
This commit is contained in:
committed by
GitHub
parent
a9d32db404
commit
d23417596e
@@ -58,6 +58,7 @@ tests:
|
||||
- simplex-chat
|
||||
- async == 2.2.*
|
||||
- hspec == 2.7.*
|
||||
- network == 3.1.*
|
||||
- stm == 2.5.*
|
||||
|
||||
ghc-options:
|
||||
|
||||
Reference in New Issue
Block a user