From 0dcb66f1430e8dc90a92d11af939e59fbbf31542 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 19 Dec 2023 00:29:27 +0100 Subject: [PATCH] add temp test --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 457eeb75..3e6e14fe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,6 +34,9 @@ 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 + - uses: actions/upload-artifact@v3 with: name: ${{ github.event.repository.name }}-windows-msvc-x86_64