Run Python Windows tests in CI

This commit is contained in:
thunderbiscuit
2023-06-23 11:56:17 -04:00
parent 279847b024
commit 4fb5f970c2
2 changed files with 13 additions and 21 deletions

View File

@@ -16,7 +16,4 @@ cargo build --profile release-smaller --target x86_64-pc-windows-msvc
echo "Copying libraries bdkffi.dll..."
cp ../target/x86_64-pc-windows-msvc/release-smaller/bdkffi.dll ../bdk-python/src/bdkpython/bdkffi.dll
echo "Printing the content of the bdkpython directory..."
ls -la ../bdk-python/src/bdkpython/
echo "All done!"