Skip to content

Commit f29f872

Browse files
committed
Move testing to cibuildwheel
1 parent 17b1a83 commit f29f872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
CIBW_ARCHS_MACOS: "universal2"
102102
CIBW_BUILD: "cp39-*"
103103
CIBW_SKIP: "pp* *-musllinux* *-manylinux_i686"
104-
CIBW_TEST_COMMAND: "pytest {project}/tests/test_basics.py"
104+
CIBW_TEST_COMMAND: "pytest {project}/singlestoredb/tests/test_basics.py"
105105
CIBW_TEST_REQUIRES: "pytest"
106106
SINGLESTOREDB_URL: "mysql://${{ secrets.CLUSTER_USER }}:${{ secrets.CLUSTER_PASSWORD }}@${{ needs.setup-database.outputs.cluster-host }}:3306/${{ needs.setup-database.outputs.cluster-database }}?pure_python=0"
107107

0 commit comments

Comments
 (0)