Skip to content

Commit

Permalink
🔧 Removing some options to see if dotnet test outputs anything
Browse files Browse the repository at this point in the history
  • Loading branch information
canterberry committed May 29, 2019
1 parent 18adbdf commit 1e411b5
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 @@ -62,7 +62,7 @@ jobs:
at: /docker
- run:
name: Testing
command: dotnet test --configuration Release --logger trx --no-build Blockmason.Link.Tests/Blockmason.Link.Tests.csproj
command: dotnet test --logger trx Blockmason.Link.Tests/Blockmason.Link.Tests.csproj
- run:
name: Preparing test report
command: |
Expand Down

0 comments on commit 1e411b5

Please sign in to comment.