File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ install:
44
44
45
45
script :
46
46
- 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
48
48
# does not work on Linux, because NuGet package for 2.3 is Windows only
49
49
# - "if [[ $TRAVIS_PYTHON_VERSION == '3.5' && $PERF_TESTS_PATH != '' ]]; then mono $NUNIT_PATH src/perf_tests/bin/$PERF_TESTS_PATH/Python.PerformanceTests.dll; fi"
50
50
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ if ($PYTHON_STATUS -ne 0) {
55
55
# Run Embedded tests with C# coverage
56
56
Write-Host (" Starting embedded tests" ) - ForegroundColor " Green"
57
57
.$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 " `
59
59
- filter:" +[*]Python.Runtime*" `
60
60
- returntargetcode
61
61
$CS_STATUS = $LastExitCode
You can’t perform that action at this time.
0 commit comments