Skip to content

Commit

Permalink
test:for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuan520 committed Nov 14, 2024
1 parent 8310ff3 commit b94da8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b94da8a

Please sign in to comment.