2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-08-19 15:08:55 +08:00

(ci): Run go (build|test) commands for each module

This commit is contained in:
Ken Hibino
2022-02-01 06:32:26 -08:00
parent 10ab4e3745
commit 8bd70c6f84
2 changed files with 12 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ require (
github.com/hibiken/asynq/x v0.0.0-20220131170841-349f4c50fb1d
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.11.0
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
)