From 9edb4d04259b76d531bac5bde27f512dc787b43a Mon Sep 17 00:00:00 2001 From: Dylan Copeland Date: Thu, 30 May 2024 09:33:40 -0700 Subject: [PATCH] Adding QR test to github action file. --- .github/workflows/run_tests/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run_tests/action.yml b/.github/workflows/run_tests/action.yml index 994f45af3..9132805e9 100644 --- a/.github/workflows/run_tests/action.yml +++ b/.github/workflows/run_tests/action.yml @@ -26,6 +26,8 @@ runs: mpirun -n 3 --oversubscribe tests/test_IncrementalSVDBrand ./tests/test_HDFDatabase mpirun -n 3 --oversubscribe tests/test_HDFDatabase + ./tests/test_QR + mpirun -n 3 --oversubscribe tests/test_QR ./tests/test_NNLS mpirun -n 3 --oversubscribe tests/test_NNLS shell: bash