Skip to content

Commit f89a24a

Browse files
committed
Add pytest-timeout in CI
1 parent d7cf3e0 commit f89a24a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
py -${{ matrix.python-version}}-64 setup.py install
7777
7878
- name: Installing pytest & capstone-windows
79-
run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pip install pytest capstone-windows
79+
run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pip install pytest pytest-timeout capstone-windows
8080

8181
# Testing
8282
- name: Testing

0 commit comments

Comments
 (0)