move ctests to a different GitHub action step

dr-fix-ctests
drowe67 2022-08-20 13:49:41 +09:30 committed by David Rowe
parent 761229c114
commit 9a5fa5ae68
1 changed files with 6 additions and 1 deletions

View File

@ -34,4 +34,9 @@ jobs:
mkdir -p build_linux && cd build_linux
cmake -DCODEC2_BUILD_DIR=$GITHUB_WORKSPACE/codec2/build_linux ..
make
ctest --output-on-failure
- name: Run ctests
shell: bash
run: |
cd build_linux
ctest -V --output-on-failure