add unit tests

This commit is contained in:
ading2210 2024-01-31 21:38:57 +00:00
parent b071019761
commit 2d98b82ee3
9 changed files with 147 additions and 2 deletions

View file

@ -12,11 +12,15 @@ jobs:
- name: install deps
run: |
sudo apt-get update
sudo apt-get install -y make cmake emscripten autoconf automake libtool pkg-config wget xxd
sudo apt-get install -y make cmake emscripten autoconf automake libtool pkg-config wget xxd python3-selenium python3-websockets
- name: run build
working-directory: ./client
run: ./build.sh all
- name: run tests
working-directory: ./client
run: ./tests/run.sh
- name: upload img
uses: actions/upload-artifact@v4