From 90fa49c8f49b9b0111332a19f925322d68a793e8 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Wed, 14 Aug 2024 13:46:47 -0700 Subject: [PATCH] Add KinematicDriver to downstream tests --- .github/workflows/Downstream.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index bcb8aec810..69e9c877b8 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -28,6 +28,7 @@ jobs: - 'ClimaDiagnostics.jl' - 'ClimaLand.jl' - 'ClimaTimeSteppers.jl' + - 'KinematicDriver.jl' steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2