svn commit: r1922263 - /subversion/trunk/.github/workflows/cmake.yml

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: hartmannathan
Date: Mon Dec  2 18:04:00 2024
New Revision: 1922263

URL: http://svn.apache.org/viewvc?rev=1922263&view=rev
Log:
GitHub Actions: Fix cmake/ctest parallel jobs argument

* .github/workflows/cmake.yml
  (run_all_tests): Confusingly, the long form of -j argument isn't --jobs,
   it's parallel, so let's use that.

Review by: rinrab

Modified:
    subversion/trunk/.github/workflows/cmake.yml

Modified: subversion/trunk/.github/workflows/cmake.yml
URL: http://svn.apache.org/viewvc/subversion/trunk/.github/workflows/cmake.yml?rev=1922263&r1=1922262&r2=1922263&view=diff
==============================================================================
--- subversion/trunk/.github/workflows/cmake.yml (original)
+++ subversion/trunk/.github/workflows/cmake.yml Mon Dec  2 18:04:00 2024
@@ -167,7 +167,7 @@ jobs:
         id: run_all_tests
         if: matrix.run_tests
         working-directory: out
-        run: ctest --output-on-failure --verbose -C Release --jobs 16
+        run: ctest --output-on-failure --verbose -C Release --parallel 16
 
       - name: Rerun failed tests
         if: ${{ matrix.run_tests && failure() && steps.run_all_tests.conclusion == 'failure' }}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.