This commit is contained in:
Federico Barresi
2018-11-06 14:32:14 +01:00

View File

@@ -54,6 +54,12 @@ test_script:
- cmd: dotnet restore ./Sharp7.Rx.Tests/Sharp7.Rx.Tests.csproj --verbosity m - cmd: dotnet restore ./Sharp7.Rx.Tests/Sharp7.Rx.Tests.csproj --verbosity m
# run the unit tests (requires changing into the test directory)
- cmd: cd Sharp7.Rx.Tests
- cmd: dotnet nunit
on_finish : on_finish :
# any cleanup in here # any cleanup in here