Skip to content

Commit

Permalink
Run tests for MSVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckRJ committed Apr 2, 2023
1 parent ad317cd commit 236564b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_windows_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cmake --build build --config Debug -j
- name: Run tests
run: |
echo "Not yet because bugged but it needs to be fixed."
build/tests/Debug/FakeIt_tests.exe
msvc-windows-2019:
runs-on: windows-2019
steps:
Expand All @@ -30,4 +30,4 @@ jobs:
cmake --build build --config Debug -j
- name: Run tests
run: |
echo "Not yet because bugged but it needs to be fixed."
build/tests/Debug/FakeIt_tests.exe

0 comments on commit 236564b

Please sign in to comment.