Skip to content

Commit cea878c

Browse files
committed
Run Tests
1 parent 6e2010b commit cea878c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,11 @@ test_script:
4141
- cd c:\projects\rabbitmq-dotnet-client
4242
- tools\nunit\bin\nunit-console.exe /framework:net-4.5 -config=Debug projects/client/Unit/RabbitMQ.Client.Unit.csproj
4343

44-
test: off
44+
test:
45+
assemblies:
46+
- '**\build\bin\unit-tests.dll'
47+
categories:
48+
except:
49+
- RequireSMP
50+
4551
deploy: off

0 commit comments

Comments
 (0)