Skip to content

Commit 47ef9dc

Browse files
committed
run SocketIOClient.Newtonsoft.Json.UnitTests on CI
1 parent 1b6bc8e commit 47ef9dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-devops/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ stages:
1313
displayName: Unit tests
1414
steps:
1515
- task: DotNetCoreCLI@2
16-
displayName: Unit tests
16+
displayName: SocketIOClient.UnitTests
1717
inputs:
1818
workingDirectory: $(Agent.BuildDirectory)/s/tests/SocketIOClient.UnitTests
1919
command: test
20+
- task: DotNetCoreCLI@2
21+
displayName: SocketIOClient.Newtonsoft.Json.UnitTests
22+
inputs:
23+
workingDirectory: $(Agent.BuildDirectory)/s/tests/SocketIOClient.Newtonsoft.Json.UnitTests
24+
command: test
2025
- job:
2126
displayName: Integration tests
2227
steps:

0 commit comments

Comments
 (0)