From 887c9d1083a8c4f72dbfcd91d4b899c0a4573bce Mon Sep 17 00:00:00 2001 From: Erik Huckvale <42946548+erikhuck@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:10:19 -0600 Subject: [PATCH 1/2] Update tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 080c13f..a1d1e77 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,6 +11,7 @@ on: jobs: run-tests: strategy: + fail-fast: false matrix: python-version: ["3.10", "3.11", "3.12"] os: [ ubuntu-latest, windows-latest, macOS-latest ] @@ -37,4 +38,4 @@ jobs: if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 with: - limit-access-to-actor: true \ No newline at end of file + limit-access-to-actor: true From 237ce9c328f774450b7242ad057fcbaae23fc293 Mon Sep 17 00:00:00 2001 From: Erik Huckvale <42946548+erikhuck@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:17:01 -0600 Subject: [PATCH 2/2] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a1d1e77..57779d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,4 +38,4 @@ jobs: if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 with: - limit-access-to-actor: true + limit-access-to-actor: false