From 6709dba0e7eead611d63234babb1ecd3d6f8d5ad Mon Sep 17 00:00:00 2001 From: Green Sky Date: Fri, 8 Mar 2024 12:29:48 +0100 Subject: [PATCH] remove old test --- .github/workflows/cd.yml | 9 --------- .github/workflows/ci.yml | 6 ------ 2 files changed, 15 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c0b5b3d1..f8693e11 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -30,9 +30,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 - - name: Determine tag name id: tag shell: bash @@ -84,9 +81,6 @@ jobs: - name: Build run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - - name: temp test - run: ${{github.workspace}}/build/bin/mono_time_test.exe - - name: Determine tag name id: tag shell: bash @@ -138,9 +132,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 - - name: Determine tag name id: tag shell: bash diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f1cae40..ba80d27f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,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 - macos: timeout-minutes: 10 @@ -75,6 +72,3 @@ 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 -