Shopify/tapioca

Check expected assertions in CI

KaanOzkan opened this issue · 1 comments

Sometimes test assertions have syntax errors which aren't caught until usage. We could check them in CI.

If it's not performant enough we could limit it to a few common compilers like ActiveRecordRelations.

#1870 does this for DSL compiler tests. I think that's enough for now.