remove old test

This commit is contained in:
Green Sky 2024-03-08 12:29:48 +01:00
parent a8d8613f2c
commit 6709dba0e7
No known key found for this signature in database
2 changed files with 0 additions and 15 deletions

View File

@ -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

View File

@ -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