Skip to content

Commit

Permalink
use ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
synodriver committed Apr 7, 2024
1 parent bad6e67 commit eca490b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
make
make test || ctest --rerun-failed --output-on-failure
test_msvc:
name: Run CMake MSVC Test 🧪
name: Run CMake Test on Windows (MSVC) 🧪
runs-on: windows-latest
steps:

- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Build and Run 64bit Tests
run: |
mkdir build && cd ./build
cmake .. -DBUILD=test -G "Visual Studio 17 2022" -A x64
cmake --build .
.\test\Debug\wrap_test.exe --rerun-failed --output-on-failure
ctest --rerun-failed --output-on-failure

0 comments on commit eca490b

Please sign in to comment.