From f1a00664e0be6d55a032e76b598a5e7645812ce0 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 20 Mar 2023 14:24:49 +1100 Subject: [PATCH] wip --- .github/workflows/haskell.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 0f20e234516..7bf70efc2a7 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -53,7 +53,7 @@ jobs: - name: Test # Run all the tests other than the integration tests which require Nix. run: | - cabal test -j1 cardano-wallet-primitive:test delta-table:unit dbvar:unit - cabal test -j1 wai-middleware-logging:unit strict-non-empty-containers:unit - cabal test -j1 cardano-wallet-test-utils:unit cardano-numeric:unit cardano-coin-selection:test - cabal test -j1 text-class:unit cardano-balance-tx:test cardano-wallet-launcher:unit + cabal test --enable-tests -j1 cardano-wallet-primitive:test delta-table:unit dbvar:unit + cabal test --enable-tests -j1 wai-middleware-logging:unit strict-non-empty-containers:unit + cabal test --enable-tests -j1 cardano-wallet-test-utils:unit cardano-numeric:unit cardano-coin-selection:test + cabal test --enable-tests -j1 text-class:unit cardano-balance-tx:test cardano-wallet-launcher:unit