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 12afc9e commit eb9c507
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
run: |
cabal build all --enable-tests --enable-benchmarks -j
- name: Test
- name: Test # Run all the tests other than the integration tests which require Nix.
run: |
cabal test all -j
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

0 comments on commit eb9c507

Please sign in to comment.