Skip to content

Commit

Permalink
non parallel test
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Dec 27, 2019
1 parent 68e93ca commit 17fcb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- run: dotnet build ./src/MagicOnion.Redis/ -c Debug
# - run: dotnet build ./src/MagicOnion.UniversalCodeGenerator/ -c Debug
- run: dotnet build ./src/MagicOnion.OpenTelemetry/ -c Debug
- run: dotnet test ./tests/MagicOnion.NetCoreTests/ -c Debug
- run: dotnet test ./tests/MagicOnion.NetCoreTests/ -c Debug -- xunit.parallelizeTestCollections=false
- run: dotnet test ./tests/MagicOnion.Hosting.Tests/ -c Debug
build-push:
executor: dotnet
Expand Down

0 comments on commit 17fcb9c

Please sign in to comment.