diff --git a/.github/workflows/ci-conan-gcc.yml b/.github/workflows/ci-conan-gcc.yml index a7968ee..a073b1f 100755 --- a/.github/workflows/ci-conan-gcc.yml +++ b/.github/workflows/ci-conan-gcc.yml @@ -44,6 +44,7 @@ jobs: conan create -s build_type=${{ matrix.build_type }} \ -s compiler.version=${{ matrix.compiler_version }} \ -pr:b=${{ matrix.profile }} -pr:h=${{ matrix.profile }} \ + --conf tools.build:skip_test=False \ --version ${{ matrix.version }} --user sintef --channel ${{ matrix.channel }} \ -b missing -b outdated -b ${{ env.pkg_name }}* . - name: Conan upload diff --git a/.github/workflows/ci-conan-msvc.yml b/.github/workflows/ci-conan-msvc.yml index 43ce0fa..e1a7018 100755 --- a/.github/workflows/ci-conan-msvc.yml +++ b/.github/workflows/ci-conan-msvc.yml @@ -39,6 +39,7 @@ jobs: conan create -s build_type=${{ matrix.build_type }} ` -s compiler.version=${{ matrix.compiler_version }} ` -pr:b=${{ matrix.profile }} -pr:h=${{ matrix.profile }} ` + --conf tools.build:skip_test=False ` --version ${{ matrix.version }} --user sintef --channel ${{ matrix.channel }} ` -b missing -b outdated -b ${{ env.pkg_name }}* . - name: Conan upload