Skip to content

Commit

Permalink
Makefile: just cabal test main on test-via-cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jul 6, 2023
1 parent 0de2da5 commit 62130c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test-sdist:
test-via-cabal:
cabal configure --enable-tests --enable-benchmarks --ghc-options="$(GHCFLAGS) -O0"
cabal build
cabal test # was cabal test main
cabal test main

test-via-stack:
stack test express:test:main --ghc-options="$(GHCFLAGS) -O0" --system-ghc --no-install-ghc --no-terminal
Expand Down

0 comments on commit 62130c4

Please sign in to comment.