Skip to content

Commit

Permalink
remove filter from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ndyakov committed Jan 29, 2025
1 parent 10a29e5 commit 2ba0af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ runs:
--ginkgo.skip-file="sentinel_test.go" \
--ginkgo.skip-file="pubsub_test.go" \
--ginkgo.skip-file="gears_commands_test.go" \
--ginkgo.label-filter="!NonRedisEnterprise && RedisVersion: isSubsetOf {$redis_major_version}"
--ginkgo.label-filter="!NonRedisEnterprise"
shell: bash

0 comments on commit 2ba0af1

Please sign in to comment.