mirror of https://github.com/go-redis/redis.git
Add changes
This commit is contained in:
parent
c78d60b812
commit
130815247a
|
@ -23,12 +23,12 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21
|
||||
go-version-file: 'go.mod'
|
||||
|
||||
- name: Install dependencies
|
||||
run: go mod tidy
|
||||
run: go mod download
|
||||
|
||||
- name: Run tests
|
||||
run: go test -coverprofile=coverage.out ./...
|
||||
|
|
Loading…
Reference in New Issue