From 0c270bd98a40ca601b0235ee7e048374e0e9e370 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 14 Aug 2025 20:53:23 +0000 Subject: [PATCH] Enable testing on prereleases Noticed while setting up the GPU infrastructure that ForwardDiff CI tests were missing pre. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4061bdf4..9ba337cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: - 'min' - 'lts' - '1' + - 'pre' os: - ubuntu-latest steps: