From 367c107a2d88b342d0dd9cc035a5b8a1e00847eb Mon Sep 17 00:00:00 2001 From: Thomas Stangl Date: Tue, 6 Nov 2018 13:41:08 +0100 Subject: [PATCH] Remove xunit line --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1272f3c..1e26fe9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,9 +56,9 @@ test_script: # run the unit tests (requires changing into the test directory) - - cmd: cd tests - - - cmd: dotnet xunit + - cmd: cd Sharp7.Rx.Tests + + # TODO run specflow tests on_finish :