forked from wolfSSL/wolfssl
Merge pull request #6745 from res0nance/windows-test
ci: run windows test
This commit is contained in:
4
.github/workflows/os-check.yml
vendored
4
.github/workflows/os-check.yml
vendored
@ -130,3 +130,7 @@ jobs:
|
||||
# Add additional options to the MSBuild command line here (like platform or verbosity level).
|
||||
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
||||
run: msbuild /m /p:PlatformToolset=v142 /p:Platform=${{env.BUILD_PLATFORM}} /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
||||
|
||||
- name: Run Test
|
||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||
run: Release/x64/testsuite.exe
|
||||
|
Reference in New Issue
Block a user