Fixes the current docs.rs build errors by setting the required env variables also for dummy builds.
This issue was introduced in #324. To ensure that we notice such issues in the future, this PR also adds a CI check that verifies that the crate builds with the docsrs_dummy_build flag.
Fixes the current docs.rs build errors by setting the required env variables also for dummy builds.
This issue was introduced in #324. To ensure that we notice such issues in the future, this PR also adds a CI check that verifies that the crate builds with the
docsrs_dummy_build
flag.