1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-03 14:13:18 +02:00

Set CTest output on failure (#189)

This commit is contained in:
Guillaume Chatelet
2021-10-26 15:08:38 +02:00
committed by GitHub
parent d4252660a2
commit 55ac9f0556
6 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
fail-fast: false
env:
TARGET: ${{ matrix.targets[0] }}
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- name: Install Ninja