Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't run tests with database in parallel.
By default, multiple packages may be tested in parallel in different processes. Passing -p 1 reduces this to one process to prevent test cases in different packages from accessing the same database. Note that t.Parallel() only affects parallelism within one process, i.e. within the tests of one package. Co-authored-by: Alvar Penning <[email protected]>
- Loading branch information