naomijub / edn-rs

[DEPRECATED]: Crate to parse and emit EDN
https://crates.io/crates/edn-rs
MIT License
81 stars 14 forks source link

More aggressive CI #135

Closed Grinkers closed 10 months ago

Grinkers commented 10 months ago

Run CI on Windows and embedded. More Linux targets. All using stable minus 2 releases. Run CI on all branches, not just when doing a PR.

Rebased and cleaned up conflicts from #132.

Tests and Builds are separated. We test both 32 and 64 bit on Windows and Linux. We build for all major architectures, with and without no_std (but can't execute/run tests). Also one embedded target, Cortex-M0

Grinkers commented 10 months ago

In a couple stable releases, we can remove clippy_check in favor of just the Cargo.toml lint configurations.

Grinkers commented 10 months ago

Rebased in https://github.com/Grinkers/edn-rs/pull/2 and part of #140

Grinkers commented 10 months ago

@evaporei re-opened to start unraveling https://github.com/edn-rs/edn-rs/pull/135