Skip to content

Commit

Permalink
Merge pull request #144 from intercom/ic-tweaked_circle_config
Browse files Browse the repository at this point in the history
Tweaked circle config
  • Loading branch information
ianintercom authored Oct 31, 2018
2 parents 7d9cea9 + 8893870 commit f84a9a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ jobs:
- checkout

- run:
name: NUnit Tests
command: dotnet test src/Intercom.Test
name: Unit Tests
command: dotnet test src/Intercom.Tests/Intercom.Tests.csproj

- run:
name: Integ Tests
command: dotnet test src/Intercom.Tests.Integration/Intercom.Tests.Integration.csproj

0 comments on commit f84a9a5

Please sign in to comment.