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

This caused the weekly tests to fail. It's 'tests' not 'test'.

Copy of #1305 .
This commit is contained in:
Bobby R. Bruce
2024-07-01 07:53:52 -07:00
committed by GitHub
parent 43769abaf0
commit a7645cdf20

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