diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e95d995..8f915b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,9 +23,10 @@ jobs: cd src mkdir build cd build - cmake -G "MinGW Makefiles" + cmake -G "MinGW Makefiles" .. make - ../bin/test_bin.exe + cd .. + ./bin/test_bin.exe - name: Run test #需要执行的命令 if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'