This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
Version 0.4.2
Pre-release
Pre-release
This release features no real code changes. All I did was update one of the tests so that it would pass when run on CircleCI. To be more specific, I had to update TestRecurringJob
so that it was less fickle. Previously, it would fail whenever you passed the -race
flag to go test due to subtle timing differences.
CircleCI is now fully set up and the tests pass 🎉
Full Changelog
- Fix
TestRecurringJob
so it is less fickle and will pass with the-race
flag.