Skip to content

Commit

Permalink
fix core tests, --filter=[core]
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Aug 16, 2024
1 parent 55f73f1 commit 8cafe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: phpize && ./configure --enable-sockets --enable-mysqlnd --enable-openssl

- name: make
run: cmake . -DCODE_COVERAGE=ON &&
run: cmake . -DCODE_COVERAGE=ON -DSW_THREAD &&
make VERBOSE=1 -j &&
sudo make install

Expand Down

0 comments on commit 8cafe2d

Please sign in to comment.