From a7645cdf20effbef03e0ec0401807b63e3282c87 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 1 Jul 2024 07:53:52 -0700 Subject: [PATCH] misc, tests: Fix missing 's' in GPU tests (#1306) This caused the weekly tests to fail. It's 'tests' not 'test'. Copy of #1305 . --- .github/workflows/weekly-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index f30c283f78..46a3b564be 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -186,7 +186,7 @@ jobs: needs: - testlib-very-long-tests - dramsys-tests - - LULESH-test - - HACC-test + - LULESH-tests + - HACC-tests steps: - run: echo "This weekly tests have passed."