I wanted to do some quick housekeeping for this crate.
A quick rundown of what I did:
I added names to steps in workflows. The test summaries were unreadable, so this is a really useful change.
I changed how the test workflow runs.
I removed unused deps and cleaned up a little cargo.toml file.
And I fixed the benchmark.
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).
I wanted to do some quick housekeeping for this crate.
A quick rundown of what I did:
cargo.toml
file.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).