From 6ca0370206a5bf9b6ec800daf00dfe1698423be8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 14 Oct 2025 11:46:17 -0400 Subject: [PATCH] DNM only test ephemeral Signed-off-by: Colin Walters --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cab7a35d9..012e611ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: run: just unit - name: Run integration tests - run: just test-integration + run: just test-integration ephemeral - name: Upload junit XML if: always()