mirror of
https://github.com/BurntSushi/jiff.git
synced 2025-12-23 08:47:45 +00:00
For whatever reason, these seem to take a hideously long time to run in CI. They even take a long time to run locally, *relatively* speaking. In core-only, `insta` doesn't support snapshotting at all, which is a huge bummer. So we just tell insta to force the tests to pass and don't do any updating. So these tests weren't really being run anyway. I'm not sure what insta is doing here to be honest, and I don't really understand why insta can't handle the core-only tests. I mean, I am still importing the standard library when tests are run, even in core-only mode. Maybe the insta macros assume the standard library prelude is present or something? IDK. |
||
|---|---|---|
| .. | ||
| civil | ||
| fmt | ||
| shared | ||
| tz | ||
| util | ||
| duration.rs | ||
| error.rs | ||
| lib.rs | ||
| logging.rs | ||
| now.rs | ||
| signed_duration.rs | ||
| span.rs | ||
| timestamp.rs | ||
| zoned.rs | ||