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 -