mirror of
https://github.com/swarm-game/swarm.git
synced 2025-01-07 16:55:59 +03:00
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:
parent
f2ad1322c9
commit
da4e0cec6c
@ -1,2 +1,2 @@
|
||||
loops:
|
||||
test: stack test --fast --flag=swarm:ci
|
||||
test: stack test --fast
|
||||
|
Loading…
Reference in New Issue
Block a user