I have 15 workspaces. One of them has a verrry slow set of unit tests. While that issue is being fixed I’d like to filter out that one workspace.
Turbo has include filtering: https://turbo.build/repo/docs/crafting-your-repository/running-tasks
turbo build --filter=@acme/web
However there’s nothing in the docs about negating a filter. Is this possible? If I have three workspaces, foo, bar, baz, how can I run only foo and bar without having to specify them individually?