Browse Source

run tests after build

pull/131/head
Scott Williams 9 years ago
parent
commit
46fa4cf6b7
  1. 3
      appveyor.yml

3
appveyor.yml

@ -24,7 +24,8 @@ install:
build_script:
- cmd: build.cmd
test_script:
# run the tests in after build instead of tests to prevent appveryor trying to do its own thing and breaking
after_build :
- dotnet test tests\ImageSharp.Tests\ImageSharp.Tests.csproj --configuration release
- tests\CodeCoverage\CodeCoverage.cmd

Loading…
Cancel
Save