Skip to content

Commit 32ef8fb

Browse files
committed
ci: fix test invocation target to package directory ./tests
1 parent 547c734 commit 32ef8fb

2 files changed

Lines changed: 1 addition & 235 deletions

File tree

.github/workflows/redis-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Run 1:1 Live Differential Tests against C Redis
4141
run: |
42-
go test -v -race -timeout 5m ./tests/compat_test.go ./e2e_diff_test.go
42+
go test -v -race -timeout 5m ./tests
4343
4444
- name: Clone Official Redis Test Suite & Run Core Tests
4545
run: |

e2e_diff_test.go

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)