File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ install:
4444
4545script :
4646 - python -m pytest
47- - $RUN_TESTS src/embed_tests/bin/$EMBED_TESTS_PATH/Python.EmbeddingTest.dll
47+ - $RUN_TESTS src/embed_tests/bin/$EMBED_TESTS_PATH/Python.EmbeddingTest.dll --labels=All
4848 # does not work on Linux, because NuGet package for 2.3 is Windows only
4949 # - "if [[ $TRAVIS_PYTHON_VERSION == '3.5' && $PERF_TESTS_PATH != '' ]]; then mono $NUNIT_PATH src/perf_tests/bin/$PERF_TESTS_PATH/Python.PerformanceTests.dll; fi"
5050
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ if ($PYTHON_STATUS -ne 0) {
5555# Run Embedded tests with C# coverage
5656Write-Host (" Starting embedded tests" ) - ForegroundColor " Green"
5757.$OPENCOVER - register:user - searchdirs:" $RUNTIME_DIR " - output:cs.coverage `
58- - target:" $CS_RUNNER " - targetargs:" $CS_TESTS " `
58+ - target:" $CS_RUNNER " - targetargs:" $CS_TESTS --labels=All " `
5959 - filter:" +[*]Python.Runtime*" `
6060 - returntargetcode
6161$CS_STATUS = $LastExitCode
You can’t perform that action at this time.
0 commit comments