diff --git a/appveyor.yml b/appveyor.yml index 3bf50b01a..fff47f251 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,9 @@ configuration: test_script: - cmd: >- python -m pip install pytest + cd %APPVEYOR_BUILD_FOLDER% + python -m pytest -v %APPVEYOR_BUILD_FOLDER%\VisualStudio\%PLATFORM%\%CONFIGURATION%\test_kem.exe