From aad07611c7c38b9f2b4268fa4c5789407bf15d58 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 19 Dec 2023 01:26:56 +0100 Subject: [PATCH] ci/cd blancing --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3e6e14fe..4ef9a3bb 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,7 +7,7 @@ on: branches: [ master ] env: - BUILD_TYPE: Debug + BUILD_TYPE: Release jobs: windows: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba80d27f..07286401 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,4 +71,6 @@ jobs: - name: Build run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 4 + - name: temp test + run: ${{github.workspace}}/build/bin/mono_time_test.exe