Skip to content

Commit

Permalink
Run testsuite even on Debug target in Windows MSVC CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Aug 28, 2024
1 parent d4ea52e commit 77522f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ jobs:
autom4te --lang=autotest -I ./testsuite.src ./testsuite.at -o ./testsuite
- name: Run testsuite
continue-on-error: ${{ matrix.target == 'Debug' }}
run: |
cd tests
set CL=/I "%VCPKG_ROOT%\installed\${{ matrix.arch }}-windows\include"
Expand Down

0 comments on commit 77522f5

Please sign in to comment.