diff options
| author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2026-08-13 15:34:00 +0900 |
|---|---|---|
| committer | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2026-08-13 17:05:27 +0900 |
| commit | 5630baeb4d32dbfc4461cf5a3475b701cdfb1d18 (patch) | |
| tree | e2a4ff92e62edaeffe7cd393d5ee6782e6ea48a9 /.github/workflows/emscripten.yml | |
| parent | 239c0012901752dc3abbd7f78d0ece3d731cc19c (diff) | |
| download | portable-5630baeb4d32dbfc4461cf5a3475b701cdfb1d18.tar.gz portable-5630baeb4d32dbfc4461cf5a3475b701cdfb1d18.tar.bz2 portable-5630baeb4d32dbfc4461cf5a3475b701cdfb1d18.zip | |
ci: run CTest in parallel
Run CTest with parallel jobs in the Windows, Emscripten, Fedora,
and shared test-script paths to reduce test time.
Diffstat (limited to '.github/workflows/emscripten.yml')
| -rw-r--r-- | .github/workflows/emscripten.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 6087aba..914446b 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml | |||
| @@ -43,7 +43,7 @@ jobs: | |||
| 43 | run: cmake --build build --config Release --parallel 4 | 43 | run: cmake --build build --config Release --parallel 4 |
| 44 | 44 | ||
| 45 | - name: "Test" | 45 | - name: "Test" |
| 46 | run: ctest --test-dir build -C Release --output-on-failure | 46 | run: ctest --test-dir build -C Release --parallel --output-on-failure |
| 47 | 47 | ||
| 48 | # Test ASAN with and without ASM enabled. | 48 | # Test ASAN with and without ASM enabled. |
| 49 | test-asan: | 49 | test-asan: |
| @@ -80,4 +80,4 @@ jobs: | |||
| 80 | run: cmake --build build --config Release --parallel 4 | 80 | run: cmake --build build --config Release --parallel 4 |
| 81 | 81 | ||
| 82 | - name: "Test" | 82 | - name: "Test" |
| 83 | run: ctest --test-dir build -C Release --output-on-failure | 83 | run: ctest --test-dir build -C Release --parallel --output-on-failure |
