Runs the State Entity server and tests with basic client implementation.
Ensure testing_mode is set to "true" in Settings.toml
.
To run integration tests with a real database - database and mainstay environment variables should be set. See server/README.
(cd integration-tests && cargo test --no-default-features -- --test-threads=1)