Skip to content

Commit

Permalink
switch feedback.yaml to use cabal instead of stack
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed May 5, 2024
1 parent 2156699 commit 4f5bda6
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: stack test swarm:swarm-integration swarm:swarm-unit --fast
unit: stack test swarm:swarm-unit --fast
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

0 comments on commit 4f5bda6

Please sign in to comment.