summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2020-05-27 18:09:09 +0300
committerOran Agra <oran@redislabs.com>2020-05-27 18:19:30 +0300
commit15bcb813d47dbfec343c7ed9ad328319c0bac989 (patch)
tree746b8d52419dab32bebfd0d0608f1057c99549fb /.github
parent94c026cd1971d1f0680c20f550e3094717d3b55e (diff)
downloadredis-15bcb813d47dbfec343c7ed9ad328319c0bac989.tar.gz
32bit CI needs to build modules correctly
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index c22d49895..acc4dd33a 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -47,7 +47,9 @@ jobs:
sudo apt-get install tcl8.5
./runtest --accurate --verbose
- name: module api test
- run: ./runtest-moduleapi --verbose
+ run: |
+ make -C tests/modules 32bit # the script below doesn't have an argument, we must build manually ahead of time
+ ./runtest-moduleapi --verbose
test-tls:
runs-on: ubuntu-latest