swarm/feedback.yaml

5 lines
233 B
YAML
Raw Normal View History

loops:
build: cabal build -j -O0 --ghc-options='-Wall -Werror' all
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