Skip to content

Commit

Permalink
fix core tests [2], --filter=[core]
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Aug 22, 2024
1 parent 659f26a commit bcb8079
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
run: phpize && ./configure --enable-sockets --enable-mysqlnd --enable-openssl

- name: make
run: cmake . -DCODE_COVERAGE=ON -D enable_thread=1 &&
make VERBOSE=1 -j &&
run: |
cmake . -D CODE_COVERAGE=ON -D enable_thread=1
make VERBOSE=1 -j $(nproc) lib-swoole
sudo make install
- name: make test with valgrind
Expand Down

0 comments on commit bcb8079

Please sign in to comment.