Compare commits
1
Commits
79113ecb88
...
29ccae53c3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29ccae53c3 |
@@ -185,12 +185,7 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
# On arm64, valgrind needs the MAKE_MEM_DEFINED client requests for
|
ctest --no-compress-output --test-output-size-passed 100000 --test-output-size-failed 100000 -T Test -j "$(nproc)" --timeout 90 > /dev/null
|
||||||
# https://git.weaselab.dev/weaselab/conflict-set/issues/39, but this
|
|
||||||
# build has -DNVALGRIND, which compiles them out. Skip valgrind
|
|
||||||
# tests here; they run annotated in the test job.
|
|
||||||
ctest --no-compress-output --test-output-size-passed 100000 --test-output-size-failed 100000 ${{ matrix.arch == 'arm64' && '-E valgrind' || '' }} -T Test -j "$(nproc)" --timeout 90 > /dev/null
|
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
|
|||||||
Reference in New Issue
Block a user