diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 359c42bcb55..523e909c8e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,9 +98,8 @@ jobs: - name: Check how many tests failed if: steps.nextest.outcome == 'failure' env: - # FIXME: Change to 15 after verifying that the last step can fail. # See https://github.com/GitoxideLabs/gitoxide/issues/1358. - EXPECTED_FAILURE_COUNT: 13 + EXPECTED_FAILURE_COUNT: 14 run: | [xml]$junit = Get-Content -Path 'target/nextest/with-xml/junit.xml' if ($junit.testsuites.errors -ne 0) { exit 1 }