1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

fix(test): Apply pytest filter to regression tests as well (#2589)

This commit is contained in:
Shahar Mike 2024-02-14 12:27:29 +02:00 committed by GitHub
parent 4e3be726c5
commit 165adc8f87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,7 @@ jobs:
gspace-secret: ${{ secrets.GSPACES_BOT_DF_BUILD }}
run-only-on-ubuntu-latest: false
build-folder-name: build
filter: ${{ matrix.build-type == 'Release' && 'not slow' || '(not slow) and (not opt_only)' }}
- name: Upload logs on failure
if: failure()