Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Mar 20, 2023
1 parent eb9c507 commit f1a0066
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f1a0066

Please sign in to comment.