mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-05 01:05:35 +00:00
testing (#1354)
* run * print socketg error on change * typo * resa * fix?? * try * try error * fix error, add more info * some tests * more self tests * tests
This commit is contained in:
3
.github/workflows/workflow.yaml
vendored
3
.github/workflows/workflow.yaml
vendored
@ -86,6 +86,9 @@ jobs:
|
||||
cp ./run_*.bat flat/
|
||||
mkdir -p flat/examples
|
||||
cp -r ./obkSimulator/examples/* flat/examples/
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
./flat/openBeken_win32.exe -runUnitTests 2
|
||||
- name: Compress build assets
|
||||
run: |
|
||||
Compress-Archive -Path flat/* -DestinationPath obkSimulator_win32_${{ needs.refs.outputs.version }}.zip
|
||||
|
||||
Reference in New Issue
Block a user