Skip to content

Commit f2d46c8

Browse files
committed
fix tests workflow
1 parent 90c37bd commit f2d46c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build tests tools
3535
run: npm run build:tests-tools
3636
- name: Run Tests
37-
run: npm run test -- --forbid-only --redis-version=${{ matrix.redis-version }}
37+
run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }}
3838
- name: Upload to Codecov
3939
run: |
4040
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import

0 commit comments

Comments
 (0)