Skip to content

Commit

Permalink
Build: Add test command after wheel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jun 15, 2024
1 parent fc57ffe commit 599bc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ skip = [
"cp37-musllinux_s390x",
"cp38-musllinux_s390x",
]
# test-command = "python {package}/test.py -p -v"
test-command = "python {package}/test.py -vv"

[tool.cibuildwheel.linux]
archs = ["x86_64", "aarch64", "i686", "ppc64le", "s390x"]
Expand Down

0 comments on commit 599bc89

Please sign in to comment.