Skip to content

Commit 75e45d1

Browse files
committed
Run tests in windows CI
1 parent d730ccf commit 75e45d1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/windows-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ jobs:
6262
# Add additional options to the MSBuild command line here (like platform or verbosity level).
6363
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
6464
run: msbuild /m /p:PlatformToolset=v142 /p:Platform=${{env.BUILD_PLATFORM}} /p:WindowsTargetPlatformVersion=${{env.TARGET_PLATFORM}} /p:Configuration=${{env.WOLFCLU_BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
65+
66+
- name: Run tests
67+
working-directory: ${{env.GITHUB_WORKSPACE}}wolfclu
68+
run: python tests/run_tests.py

0 commit comments

Comments
 (0)