From 7e2af69f88d7697ac09096686c08f64af104f5a9 Mon Sep 17 00:00:00 2001 From: Kelvin Rodriguez <krodriguez@usgs.gov> Date: Sun, 12 Jan 2025 10:36:28 -0700 Subject: [PATCH] Update ci_testing.yml --- .github/workflows/ci_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml index 74720d0..9b842fe 100644 --- a/.github/workflows/ci_testing.yml +++ b/.github/workflows/ci_testing.yml @@ -48,7 +48,7 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: | - ctest -j1 --output-on-failure + ctest -j6 --output-on-failure - name: Install working-directory: ${{github.workspace}}/build -- GitLab