Skip to content

Commit

Permalink
Fix missing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bancek committed May 20, 2024
1 parent 4cd3ff7 commit 13e17ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Get dependencies
run: go get ./...
run: go get -v ./...
- name: Test
run: |
go test ./...
REDIS_HOST=localhost REDIS_PORT=6379 go test ./...

0 comments on commit 13e17ce

Please sign in to comment.