From ec4195f18a4b23250581ac3acf66f87ee0f07d30 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 19 Dec 2023 01:56:35 +0100 Subject: [PATCH] add linux to test --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07286401..7f1cae40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,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 + macos: timeout-minutes: 10 @@ -71,6 +74,7 @@ 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