From e5414a80a39fa90cb9afe9b8213775c735bad76e Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 1 Jul 2024 07:37:32 -0700 Subject: [PATCH] misc, tests: Fix missing 's' in GPU tests (#1305) This caused the weekly tests to fail. It's 'tests' not 'test'. --- .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."