Skip to content

Commit

Permalink
add -j flag to cabal invocations in feedback.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed May 5, 2024
1 parent 2e9ba33 commit 341e3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feedback.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
loops:
test: cabal test -O0 --test-show-details=direct swarm:swarm-integration swarm:swarm-unit
unit: cabal test -O0 --test-show-details=direct swarm:swarm-unit --fast
test: cabal test -j -O0 --test-show-details=direct swarm:swarm-integration swarm:swarm-unit
unit: cabal test -j -O0 --test-show-details=direct swarm:swarm-unit --fast

0 comments on commit 341e3fe

Please sign in to comment.