This commit is contained in:
ykiko 2024-08-23 00:43:41 +08:00
parent c0e214e377
commit 2f83c16f59

View File

@ -32,7 +32,7 @@ jobs:
cd include/pybind11/tests
cmake -B build
cmake --build build --config Release --parallel
build/pybind11_test
./build/PKBIND_TEST
build_win:
runs-on: windows-latest
@ -51,7 +51,7 @@ jobs:
cd include\pybind11\tests
cmake -B build
cmake --build build --config Release --parallel
build\Release\pybind11_test.exe
build\Release\PKBIND_TEST.exe
build_mac:
runs-on: macos-latest
@ -73,4 +73,4 @@ jobs:
cd include/pybind11/tests
cmake -B build -DENABLE_TEST=ON
cmake --build build --config Release --parallel
build/pybind11_test
./build/PKBIND_TEST