remove --flag=swarm:ci from feedback.yaml

Fixes #528.  I was being silly. No user will pass `--flag=swarm:ci`
when building with `stack`; I was doing so locally to get `-Werror` but
there's no particular reason I need to do that.
This commit is contained in:
Brent Yorgey 2022-07-04 21:33:04 -05:00
parent f2ad1322c9
commit da4e0cec6c

View File

@ -1,2 +1,2 @@
loops:
test: stack test --fast --flag=swarm:ci
test: stack test --fast