Skip to content

Commit 91cf861

Browse files
Don't run unittests on Windows build
'unittests discover' causes an access violation error, tests can't be run individually as they're on the wrong drive.
1 parent 0bcb57b commit 91cf861

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-windows-27.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
EXIV2_ROOT=libexiv2/build-msvc/install
4747
PATH="$PATH;$(pwd)\\gettext\\bin"
4848
CIBW_TEST_COMMAND: >
49-
python -m exiv2 -v &&
50-
python -m unittest discover {project}/tests -v
49+
python -m exiv2 -v
5150
CIBW_BEFORE_ALL: >
5251
pip install conan==1.59.0 &&
5352
cd libexiv2 &&

0 commit comments

Comments
 (0)