add temp test

This commit is contained in:
Green Sky 2023-12-19 00:29:27 +01:00
parent 331c25b0e6
commit 0dcb66f143
No known key found for this signature in database

View File

@ -34,6 +34,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.exe
- uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-windows-msvc-x86_64