Skip to content

Commit

Permalink
[tmp][CI] Run python tests on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Nov 25, 2023
1 parent 98bc13a commit c20f135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Python Module Tests

on:
push:
branches: [ "master" ]
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -83,7 +82,8 @@ jobs:
ibzip2 --version
- name: Test Python Packages
run: python3 -X dev src/tests/testPythonWrappers.py
run: |
python3 -u src/tests/testPythonWrappers.py
- name: Test rapidgzip Installation From Tarball
working-directory: python/rapidgzip
Expand Down

0 comments on commit c20f135

Please sign in to comment.