Skip to content

Commit

Permalink
add the test aof
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-superman committed Oct 5, 2023
1 parent 783e4b9 commit f577f29
Show file tree
Hide file tree
Showing 2 changed files with 1,086 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mkdir bin
cp src/redis-server bin/redis-server
echo "$GITHUB_WORKSPACE/redis/bin" >> $GITHUB_PATH
./bin/redis-server --bind 127.0.0.1 --port 6379 &
- name: clone and make TairString Module
if: contains( '5.0, 6.0, 7.0', matrix.redis-version)
run: |
Expand All @@ -48,8 +48,8 @@ jobs:
cd build
cmake ../ && make -j
cp $GITHUB_WORKSPACE/TairString/lib/tairstring_module.so /lib
- name: clone and make TairHash Module
if: contains( '5.0, 6.0, 7.0', matrix.redis-version)
Expand All @@ -61,8 +61,8 @@ jobs:
cd build
cmake ../ && make -j
cp $GITHUB_WORKSPACE/TairHash/lib/tairhash_module.so /lib
- name: clone and make TairZset Module
if: contains( '5.0, 6.0, 7.0', matrix.redis-version)
Expand All @@ -88,4 +88,4 @@ jobs:
- name: test
run: |
python -m pip install -r tests/requirements.txt
sh test.sh
sh test.sh
Loading

0 comments on commit f577f29

Please sign in to comment.