2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-23 10:16:12 +08:00
This commit is contained in:
Herb Stahl
2022-09-01 14:16:29 -07:00
committed by GitHub
parent a718697b1f
commit 8c0b955310

View File

@@ -65,3 +65,4 @@ jobs:
- name: Test tools module
run: cd tools && go test -race -v ./... && cd ..