* 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:
openshwprojects
2024-09-21 07:21:19 +02:00
committed by GitHub
parent 4a7ed0238b
commit 20d21d0a53
7 changed files with 50 additions and 2 deletions

View File

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