Skip to content

Commit a0b8f33

Browse files
committed
Added single for reply job as well
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent 4cf3645 commit a0b8f33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/daily.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,8 @@ jobs:
19231923
run: sudo apt-get install tcl8.6 tclx
19241924
- name: test
19251925
if: true && !contains(github.event.inputs.skiptests, 'valkey')
1926-
run: ./runtest --log-req-res --no-latency --dont-clean --force-resp3 --tags -slow --verbose --dump-logs ${{github.event.inputs.test_args}}
1926+
# run: ./runtest --log-req-res --no-latency --dont-clean --force-resp3 --tags -slow --verbose --dump-logs ${{github.event.inputs.test_args}}
1927+
run: ./runtest --single unit/dummy-flaky --log-req-res --no-latency --dont-clean --force-resp3 --tags -slow --verbose --dump-logs ${{github.event.inputs.test_args}}
19271928
- name: Upload test failures
19281929
if: always() && !contains(github.event.inputs.skiptests, 'valkey')
19291930
uses: ./.github/actions/upload-test-failures

0 commit comments

Comments
 (0)