forked from Green-Sky/tomato
add temp test
This commit is contained in:
parent
331c25b0e6
commit
0dcb66f143
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user