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 8cafe2d commit 187c146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 -DSW_THREAD &&
run: cmake . -DCODE_COVERAGE=ON -DSW_THREAD=1 &&
make VERBOSE=1 -j &&
sudo make install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
composer test
macos:
if: "!contains(github.event.head_commit.message, '[test]')"
if: "!contains(github.event.head_commit.message, '--filter=') || contains(github.event.head_commit.message, '[framework]')"
runs-on: macos-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 187c146

Please sign in to comment.