jiff/src
Andrew Gallant c789dd50b9 fmt: disable snapshot tests on core-only
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.
2025-03-06 16:05:00 -05:00
..
civil tz: refactor TZif representation to use column storage 2025-03-05 18:48:44 -05:00
fmt fmt: disable snapshot tests on core-only 2025-03-06 16:05:00 -05:00
shared tz: pack TZif civil datetime into i64 2025-03-05 18:48:44 -05:00
tz tz: pack TZif civil datetime into i64 2025-03-05 18:48:44 -05:00
util tz/posix: move most code to shared 2025-03-05 18:48:44 -05:00
duration.rs perf: do a ton of optimizations 2025-02-16 15:50:26 -05:00
error.rs shared: move more date algorithms to itime 2025-03-05 18:48:44 -05:00
lib.rs ci: split the "main" job into more pieces 2025-03-06 10:09:11 -05:00
logging.rs first substantial commit 2024-07-21 20:15:13 -04:00
now.rs tz: add support for the Android platform 2025-01-12 15:38:41 -05:00
signed_duration.rs signed_duration: implement Sum 2025-02-28 08:05:34 -05:00
span.rs span: fix TODO comment in error message 2025-03-05 18:48:44 -05:00
timestamp.rs tz/posix: move most code to shared 2025-03-05 18:48:44 -05:00
zoned.rs zoned: improve docs for Zoned::subsec_nanosecond 2025-03-06 16:05:00 -05:00