Skip to content

Commit

Permalink
Enable parallel in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Oct 28, 2020
1 parent 679ec8a commit 4d304ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/shelley/test/integration/Main.hs
Expand Up @@ -143,7 +143,7 @@ main = withUtf8Encoding $ withTracers $ \tracers -> do
describe "No backend required" $ do
describe "Miscellaneous CLI tests" $ parallel (MiscellaneousCLI.spec @t)
specWithServer tracers $ do
describe "API Specifications" $ do
parallel $ describe "API Specifications" $ do
Addresses.spec @n
ByronAddresses.spec @n
Wallets.spec @n
Expand All @@ -158,7 +158,7 @@ main = withUtf8Encoding $ withTracers $ \tracers -> do
ByronTransactions.spec @n
ByronHWWallets.spec @n
Settings.spec @n
describe "CLI Specifications" $ do
parallel $ describe "CLI Specifications" $ do
AddressesCLI.spec @n
TransactionsCLI.spec @n
WalletsCLI.spec @n
Expand Down

0 comments on commit 4d304ca

Please sign in to comment.