mirror of
https://github.com/samber/lo.git
synced 2026-04-22 23:47:11 +08:00
fix(tests): fix flaky time-based tests (#699)
* fix(tests): fix flaky time-based tests * test: replace time package with a mock Using a dedicated dependency would have been awesome, but i try to keep this repo with minimal dependencies
This commit is contained in:
@@ -10,6 +10,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go:
|
||||
- "1.18"
|
||||
@@ -19,6 +20,7 @@ jobs:
|
||||
- "1.22"
|
||||
- "1.23"
|
||||
- "1.24"
|
||||
- "1.25"
|
||||
- "1.x"
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user