Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: do not test std feature in tier 3 builds (#543)
Rust CI does not test `std` build for tier 3 targets, which means that breakage can go unnoticed for a long time (see rust-lang/rust#123032 and rust-lang/rust#133401). This results in unrelated CI breakages on our side. Additionally, removes OpenBSD from the tier3 build-only job since we test this target properly using VM.
- Loading branch information