From a76cca40b4567f62fe6fda8e6829f11232559561 Mon Sep 17 00:00:00 2001 From: Alexis Paques <6976744+AlexisTM@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:57:14 +0200 Subject: [PATCH] Add tests --- .github/workflows/cmake-multi-platform.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 7ab1b4d..d3b21cd 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -62,6 +62,8 @@ jobs: -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} + -DBUILD_TESTING=ON + -DBUILD_EXAMPLES=ON -S ${{ github.workspace }} - name: Build