Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
- Remove Windows/MSVC test environment
  • Loading branch information
idapena committed Feb 16, 2024
1 parent 9bf3ab1 commit 7b1c12d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,4 @@ jobs:
cd build
cmake ..
cmake --build . --target tests
ctest --output-on-failure
test-windows:
name: Test on Windows
runs-on: windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up MSVC
uses: microsoft/setup-msbuild@v1

- name: Build and test
run: |
cmake .
cmake --build . --config Release
ctest --output-on-failure

0 comments on commit 7b1c12d

Please sign in to comment.