Skip to content

Commit

Permalink
Skip Python tests for ASAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Apr 17, 2024
1 parent 9e1624b commit 86dcaa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
python suite/cstest/cstest_report.py -D -f suite/cstest/issues.cs
- name: verify python binding
if: matrix.config.enable-asan == 'OFF'
run: |
mkdir -p bindings/python/capstone/lib && cp libcapstone.so.5.* bindings/python/capstone/lib/libcapstone.so
cd bindings/python
Expand All @@ -149,6 +150,7 @@ jobs:
make check
- name: run python binding test
if: matrix.config.enable-asan == 'OFF'
run: |
cp libcapstone.* bindings/python/prebuilt
cd bindings/python
Expand All @@ -157,6 +159,7 @@ jobs:
BUILD_TESTS=no make tests
- name: run cython binding test
if: matrix.config.enable-asan == 'OFF'
run: |
pip install cython
cd bindings/python
Expand Down

0 comments on commit 86dcaa1

Please sign in to comment.