vapor / fluent-postgres-driver

🐘 PostgreSQL driver for Fluent.
MIT License
149 stars 53 forks source link

Add tests to ensure that a date's millisecond part is persisted. #27

Closed MrMage closed 6 years ago

MrMage commented 6 years ago

See https://github.com/vapor/postgresql/pull/29.

MrMage commented 6 years ago

Is there any CI set up for this, or is CI run only on the fluent repo?

tanner0101 commented 6 years ago

@MrMage circle CI didn't have the option to build forked pull requests enabled. I've since enabled, but I think you must push another commit to trigger the tests.

tanner0101 commented 6 years ago

Actually, was able to trigger it with the good ol' close and reopen. :)

tanner0101 commented 6 years ago

Annoying branching stuff, ignore the failing test. Thanks!