diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f533ee..be4618f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,21 +31,21 @@ jobs: sudo apt-get install -y curl protobuf-compiler build-essential git wget unzip python3 python3-pip \ libssl-dev libffi-dev libreadline-dev zlib1g-dev libbz2-dev libsqlite3-dev libncurses5-dev \ libgdbm-dev libnss3-dev liblzma-dev libxml2-dev libxmlsec1-dev libffi-dev libyaml-dev + - name: Install rust + uses: actions-rs/toolchain@v1 + with: + toolchain: stable - name: Checkout uses: actions/checkout@v4 with: submodules: true - - name: Install rust - uses: actions-rust-lang/setup-rust-toolchain@v1 - with: - toolchain: stable - name: Install CMake 3.28 run: | wget https://github.com/Kitware/CMake/releases/download/v3.28.0/cmake-3.28.0-linux-x86_64.sh sudo mkdir /opt/cmake sudo sh cmake-3.28.0-linux-x86_64.sh --skip-license --prefix=/opt/cmake - sudo ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake - sudo ln -s /opt/cmake/bin/ctest /usr/local/bin/ctest + sudo ln -sf /opt/cmake/bin/cmake /usr/local/bin/cmake + sudo ln -sf /opt/cmake/bin/ctest /usr/local/bin/ctest - name: Verify CMake version run: cmake --version - name: Install deps diff --git a/app/Makefile.version b/app/Makefile.version index b5c5232..feba49a 100644 --- a/app/Makefile.version +++ b/app/Makefile.version @@ -3,4 +3,4 @@ APPVERSION_M=4 # This is the minor version APPVERSION_N=1 # This is the patch version -APPVERSION_P=2 +APPVERSION_P=3 diff --git a/tests_zemu/package.json b/tests_zemu/package.json index f5fea25..0d0724c 100644 --- a/tests_zemu/package.json +++ b/tests_zemu/package.json @@ -19,7 +19,7 @@ "format:check": "FORCE_COLOR=1 prettier --check .", "lint": "eslint .", "lint:fix": "eslint --fix .", - "test": "jest", + "test": "jest --maxConcurrency 1", "try": "node try.ts", "upgrade": "bunx npm-check-updates -i" }, diff --git a/tests_zemu/snapshots/fl-mainmenu/00004.png b/tests_zemu/snapshots/fl-mainmenu/00004.png index 5bee93b..c485912 100644 Binary files a/tests_zemu/snapshots/fl-mainmenu/00004.png and b/tests_zemu/snapshots/fl-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/s-mainmenu/00004.png b/tests_zemu/snapshots/s-mainmenu/00004.png index 9944ce5..5b96732 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00004.png and b/tests_zemu/snapshots/s-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/s-mainmenu/00010.png b/tests_zemu/snapshots/s-mainmenu/00010.png index 9944ce5..5b96732 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00010.png and b/tests_zemu/snapshots/s-mainmenu/00010.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00004.png b/tests_zemu/snapshots/sp-mainmenu/00004.png index c4c5e6f..99e198e 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00004.png and b/tests_zemu/snapshots/sp-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00010.png b/tests_zemu/snapshots/sp-mainmenu/00010.png index c4c5e6f..99e198e 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00010.png and b/tests_zemu/snapshots/sp-mainmenu/00010.png differ diff --git a/tests_zemu/snapshots/st-mainmenu/00004.png b/tests_zemu/snapshots/st-mainmenu/00004.png index dd3857b..34fa68e 100644 Binary files a/tests_zemu/snapshots/st-mainmenu/00004.png and b/tests_zemu/snapshots/st-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00004.png b/tests_zemu/snapshots/x-mainmenu/00004.png index c4c5e6f..99e198e 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00004.png and b/tests_zemu/snapshots/x-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00010.png b/tests_zemu/snapshots/x-mainmenu/00010.png index c4c5e6f..99e198e 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00010.png and b/tests_zemu/snapshots/x-mainmenu/00010.png differ