Establish nightly tests for SmartRedis #329
Labels
area: CI/CD
Issues related to continuous integration and deployment
area: test
Issues related to the test suite
type: feature
Issues that include feature request or feature idea
Description
Following completion of the test/build rework, we can start doing nightly testing of the SmartRedis library to ensure that errors don't creep in unnoticed
Justification
This will provide vital assurance that the library continues to work well on supercomputers
Implementation Strategy
The standard nightly infrastructure aside, all that should be needed would be:
git clone
the librarymake test
from the library root directoryThe text was updated successfully, but these errors were encountered: