Skip to content

Commit

Permalink
debug 2 --filter=[core]
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Nov 4, 2024
1 parent 8c39695 commit b65f02f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
if: "contains(github.event.head_commit.message, '--valgrind')"
run: |
sudo apt install -y valgrind
echo "${GITHUB_ACTIONS}"
cd core-tests && SWOOLE_VALGRIND=1 ./run.sh
- name: make test with asan
Expand Down
2 changes: 2 additions & 0 deletions core-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
__DIR__=$(cd "$(dirname "$0")";pwd)
__SWOOLE_DIR__=$(cd "$(dirname "${__DIR__}")";pwd)

echo ${GITHUB_ACTIONS}

if [ "${SWOOLE_ENABLE_ASAN}" = 1 ]; then
cmake . -D swoole_dir="${__SWOOLE_DIR__}" -D enable_thread=1 -D enable_asan=1
else
Expand Down

0 comments on commit b65f02f

Please sign in to comment.