redis / redis-py

Redis Python client
MIT License
12.57k stars 2.51k forks source link

Make sure the CI actually runs RESP3 tests #3270

Closed gerzse closed 3 months ago

gerzse commented 3 months ago

Pull Request check-list

Please make sure to review and check all of these items:

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Description of change

The CI tests were not running with RESP3 protocol, it was just an illusion that they do. Fix this, and also preserve coverage and test artifacts from those runs too.

Take the opportunity to fix the indentation of the YAML file.