Skip to content

Commit

Permalink
fix: pass env var to test vs redis
Browse files Browse the repository at this point in the history
  • Loading branch information
malandis committed Aug 24, 2024
1 parent 7598df6 commit 5fd2bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
run: make build

- name: Run tests
run: make test
run: REDIS=1 make test

0 comments on commit 5fd2bfb

Please sign in to comment.