mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 16:08:22 +00:00
CI: Run ctest tests in parallel, in random order
This commit is contained in:
parent
2717741286
commit
721a0c5822
@ -20,4 +20,4 @@ install:
|
||||
- cmake --build . --config Release --target install
|
||||
|
||||
script:
|
||||
- cmake --build . --config Release --target RUN_TESTS
|
||||
- ctest -C Release -j4 --schedule-random --output-on-failure
|
||||
|
@ -54,5 +54,5 @@ build_script:
|
||||
after_build:
|
||||
- ps: >-
|
||||
if ($env:GENERATOR) {
|
||||
cmake --build . --config $env:CONFIGURATION --target RUN_TESTS
|
||||
ctest -C $env:CONFIGURATION -j4 --schedule-random --output-on-failure
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
||||
command: cmake --build ~/build
|
||||
- run:
|
||||
name: "Test"
|
||||
command: cmake --build ~/build --target test
|
||||
command: cmake --build ~/build --target test -- ARGS="-j4 --schedule-random --output-on-failure"
|
||||
- run:
|
||||
name: "Install"
|
||||
command: cmake --build ~/build --target install
|
||||
|
Loading…
x
Reference in New Issue
Block a user