Skip to content

Commit fb19808

Browse files
Enable testing C# samples.
1 parent 718154e commit fb19808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
env:
4747
BUILD_C_SHARP: ${{ matrix.cxx_compiler == 'msvc-2022' && matrix.build_system == 'CMake' }}
48-
PYTEST_C_SHARP_ARGS: #--run-c-sharp-samples --csharp-sample-dir=..\source\x64\${{ matrix.config }}
48+
PYTEST_C_SHARP_ARGS: --run-c-sharp-samples --csharp-sample-dir=..\source\x64\${{ matrix.config }}
4949

5050
steps:
5151
- name: Checkout

0 commit comments

Comments
 (0)