Skip to content

Commit

Permalink
run tests after building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Nov 12, 2024
1 parent 3aa7731 commit feda56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
CIBW_BUILD: '*cp312*'
CIBW_SKIP: '*-musllinux* pp*'
CIBW_BEFORE_TEST: 'pip install pytest'
CIBW_TEST_COMMAND: 'find .'
CIBW_TEST_COMMAND: 'ls . && find ..'

0 comments on commit feda56c

Please sign in to comment.