ohadravid / wmi-rs

WMI crate for rust
Apache License 2.0
84 stars 27 forks source link

Little changes for workflows and cargo.toml #61

Closed MineBartekSA closed 2 years ago

MineBartekSA commented 2 years ago

I wanted to do some quick housekeeping for this crate.

A quick rundown of what I did:

The test workflow now, after finishing builds, runs tests with all targets with default features (so with the chrono crate), and then it only runs tests again, but now with the time crate. Lastly, it runs doc tests (with the "test" feature).