You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have a lot of duplication and noise in the Makefile. We can use variables (for examples for paths like ./_build/default) and loops (for example for listing all tests) to reduce duplication a little bit.
Maybe we can use SIHL_ENV=test dune runtest -j 1 --force --no-buffer test/ to limit concurrently running service tests to 1 and avoid DB conflicts.
The text was updated successfully, but these errors were encountered:
We currently have a lot of duplication and noise in the Makefile. We can use variables (for examples for paths like
./_build/default
) and loops (for example for listing all tests) to reduce duplication a little bit.Maybe we can use
SIHL_ENV=test dune runtest -j 1 --force --no-buffer test/
to limit concurrently running service tests to 1 and avoid DB conflicts.The text was updated successfully, but these errors were encountered: