Add testing

This commit is contained in:
Thomas Stangl
2018-11-06 14:14:04 +01:00
parent 4e78a995bd
commit 09158d3df2

View File

@@ -53,6 +53,12 @@ test_script:
# restore packages for our unit tests # restore packages for our unit tests
- 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 :