diff --git a/.github/workflows/clang-cl.yml b/.github/workflows/clang-cl.yml index 327c47a8f..1efdfc500 100644 --- a/.github/workflows/clang-cl.yml +++ b/.github/workflows/clang-cl.yml @@ -207,7 +207,7 @@ jobs: - name: TinyORM execute ctest 🔥 working-directory: ../TinyORM-builds-cmake/build-clang-cl-cmake-debug - run: ctest + run: ctest --output-on-failure env: DB_MYSQL_CHARSET: utf8mb4 DB_MYSQL_COLLATION: utf8mb4_0900_ai_ci diff --git a/.github/workflows/linux-qt5.yml b/.github/workflows/linux-qt5.yml index c63599cde..6a06f4d72 100644 --- a/.github/workflows/linux-qt5.yml +++ b/.github/workflows/linux-qt5.yml @@ -196,7 +196,7 @@ jobs: - name: TinyORM execute ctest 🔥 working-directory: ../TinyORM-builds-cmake/build-${{ matrix.compiler.key }}-cmake-debug - run: ctest + run: ctest --output-on-failure env: DB_MYSQL_CHARSET: utf8mb4 DB_MYSQL_COLLATION: utf8mb4_0900_ai_ci diff --git a/.github/workflows/linux-qt6.yml b/.github/workflows/linux-qt6.yml index 4f9742681..373038eb7 100644 --- a/.github/workflows/linux-qt6.yml +++ b/.github/workflows/linux-qt6.yml @@ -190,7 +190,7 @@ jobs: - name: TinyORM execute ctest 🔥 working-directory: ../TinyORM-builds-cmake/build-${{ matrix.compiler.key }}-cmake-debug - run: ctest + run: ctest --output-on-failure env: DB_MYSQL_CHARSET: utf8mb4 DB_MYSQL_COLLATION: utf8mb4_0900_ai_ci diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index b7cc23d40..0f513d958 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -206,7 +206,7 @@ jobs: - name: TinyORM execute ctest 🔥 shell: msys2 {0} working-directory: ../TinyORM-builds-cmake/build-${{ matrix.compiler.key }}-cmake-debug - run: ctest + run: ctest --output-on-failure env: DB_MYSQL_CHARSET: utf8mb4 DB_MYSQL_COLLATION: utf8mb4_0900_ai_ci diff --git a/.github/workflows/msvc2019-qt5.yml b/.github/workflows/msvc2019-qt5.yml index b511910ff..100477c63 100644 --- a/.github/workflows/msvc2019-qt5.yml +++ b/.github/workflows/msvc2019-qt5.yml @@ -227,7 +227,7 @@ jobs: - name: TinyORM execute ctest 🔥 working-directory: ../TinyORM-builds-cmake/build-msvc-cmake-debug - run: ctest + run: ctest --output-on-failure env: DB_MYSQL_CHARSET: utf8mb4 DB_MYSQL_COLLATION: utf8mb4_0900_ai_ci diff --git a/.github/workflows/msvc2022-qt6.yml b/.github/workflows/msvc2022-qt6.yml index 3356feaac..86d9aa1ae 100644 --- a/.github/workflows/msvc2022-qt6.yml +++ b/.github/workflows/msvc2022-qt6.yml @@ -227,7 +227,7 @@ jobs: - name: TinyORM execute ctest 🔥 working-directory: ../TinyORM-builds-cmake/build-msvc-cmake-debug - run: ctest + run: ctest --output-on-failure env: DB_MYSQL_CHARSET: utf8mb4 DB_MYSQL_COLLATION: utf8mb4_0900_ai_ci