Skip to content

Commit 00eb1d3

Browse files
committed
Update test path
1 parent b51886d commit 00eb1d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Build wheels with cibuildwheel
3030
env:
31-
CIBW_TEST_COMMAND: python -m unittest discover -v -t {package}
31+
CIBW_TEST_COMMAND: python {package}/test_selectlib.py
3232
run: cibuildwheel --output-dir wheelhouse .
3333

3434
- name: Upload built wheels

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist = py38,py39,py310,py311,py312,py313,lint,format
33

44
[testenv]
55
commands =
6-
python -m unittest discover -v
6+
python {toxinidir}/test_selectlib.py
77

88
[testenv:lint]
99
description = Run ruff linter on the code.

0 commit comments

Comments
 (0)