Skip to content

Commit

Permalink
startall for cython valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Nov 28, 2023
1 parent 501fe49 commit 6c36996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools future pytest greenify gevent numpy
- name: Start memcached servers
run: ./misc/memcached_server start
run: ./misc/memcached_server startall
- name: Run unittest
run: |
if [[ ${{ matrix.compiler }} = "gcc" ]]; then export CC=gcc CXX=g++; fi
if [[ ${{ matrix.compiler }} = "clang" ]]; then export CC=clang CXX=clang++; fi
./misc/travis/unittest.sh
- name: Stop memcached servers
run: ./misc/memcached_server stop
run: ./misc/memcached_server stopall

benchmark:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6c36996

Please sign in to comment.