Browse Source

Run codecov tests in debug mode.

pull/1089/head
James Jackson-South 6 years ago
parent
commit
a1ed2056b2
  1. 2
      .github/workflows/build-and-test.yml

2
.github/workflows/build-and-test.yml

@ -80,7 +80,7 @@ jobs:
- name: Test
shell: pwsh
run: ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
run: ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}" Debug
env:
CI: True
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit

Loading…
Cancel
Save