We probably want to run tests within a file sequentially (cc @BobertForever ?) - but we can probably run multiple files simultaneously. These are picked up by the DontAwaitInALoop linter - adding `HHAST_IGNORE_ERROR[DontAwaitInALoop]` in the places this matters
We probably want to run tests within a file sequentially (cc @BobertForever ?) - but we can probably run multiple files simultaneously.
These are picked up by the DontAwaitInALoop linter - adding
HHAST_IGNORE_ERROR[DontAwaitInALoop]in the places this matters