spdlog-rs
spdlog-rs copied to clipboard
CI check all tier 1 and tier 2 targets
Closes #84.
This PR adds checks for all tier 1 and tier 2 targets, with changes:
-
Dependency features are now excluded from CI job 'check', because not all dependencies have binary pre-built for all tier 2 targets;
-
Errors come from crates other than spdlog-rs are all ignored, because some upstream crates don't support some targets.
Also, I'll try to fix the unsupported targets in the PR latter.