ci/cd blancing

This commit is contained in:
Green Sky 2023-12-19 01:26:56 +01:00
parent 0dcb66f143
commit aad07611c7
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ master ]
env:
BUILD_TYPE: Debug
BUILD_TYPE: Release
jobs:
windows:

View File

@ -71,4 +71,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