Skip to content

Commit 5dfc97f

Browse files
authored
Execute dotnet tests in appveyor (CarterCommunity#150)
1 parent 9134d36 commit 5dfc97f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ environment:
3333
DOTNET_CLI_TELEMETRY_OPTOUT: true
3434

3535
skip_branch_with_pr: true
36+
test_script:
37+
- dotnet test test/Carter.Tests
38+
- dotnet test test/Carter.Samples.Tests

0 commit comments

Comments
 (0)