From 9f89c48adf0d0e76eb8140458fa70fe6ebc74bfa Mon Sep 17 00:00:00 2001 From: Harkrishn Patro Date: Mon, 3 Feb 2025 10:41:42 -0800 Subject: [PATCH] Enable cross version testing for moduleapi tests (#1655) Signed-off-by: Harkrishn Patro --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1014faa99..09e8a00afa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: sudo apt-get install tcl8.6 tclx ./runtest --verbose --tags -slow --dump-logs --other-server-path tests/tmp/valkey-7.2.7-noble-x86_64/bin/valkey-server - name: module api test - run: CFLAGS='-Werror' ./runtest-moduleapi --verbose --dump-logs + run: CFLAGS='-Werror' ./runtest-moduleapi --verbose --dump-logs --other-server-path tests/tmp/valkey-7.2.7-noble-x86_64/bin/valkey-server - name: validate commands.def up to date run: | touch src/commands/ping.json