From 0f4162b1961e525f420b2428c30910392194de9a Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Sat, 12 Sep 2026 17:13:20 -0400 Subject: [PATCH] remove continue-on-error from release tests The tests are no longer so flaky as to warrant using continue-on-error. --- .github/workflows/publish.yml | 1 - changelog.md | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2b34ae6e..470b2db2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,6 @@ jobs: tests: runs-on: ubuntu-latest needs: [docs] - continue-on-error: true strategy: matrix: diff --git a/changelog.md b/changelog.md index 9fc03b2b..e2f7bdc2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +Upcoming (TBD) +============== + +Internal +-------- +* Remove `continue-on-error` from release tests. + + 2.24.3 (2026/09/12) ==============