misc, tests: Fix missing 's' in GPU tests (#1305)

This caused the weekly tests to fail. It's 'tests' not 'test'.
This commit is contained in:
Bobby R. Bruce
2024-07-01 07:37:32 -07:00
committed by GitHub
parent 04a3fd5b5d
commit e5414a80a3

View File

@@ -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."