From abfbc3fad35f33a5da612dd113f11417f50c780e Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 31 May 2025 14:18:57 +0200 Subject: [PATCH] Add another test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7423a956..5b79268a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -532,7 +532,7 @@ jobs: run: cp build/release/artifacts/test-sample.exe build/release/artifacts/root/filesys/c/ - name: CMake Test - run: cd build/release/artifacts && ./windows-emulator-test.exe + run: cd build/release/artifacts && ./analyzer.exe -e root c:/test-sample.exe && ./windows-emulator-test.exe env: EMULATOR_ROOT: ${{github.workspace}}/build/release/artifacts/root EMULATOR_VERBOSE: ${{ github.event.inputs.verbose }}