From c6b05d4abede2afa1af5579d0a49106b24ccef4f Mon Sep 17 00:00:00 2001 From: Siyuan Miao Date: Mon, 19 May 2025 23:23:38 +0200 Subject: [PATCH] build: add device-tests --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70d538c..816f8c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,9 @@ jobs: - name: Run tests run: | go test ./... -json > testreport.json + - name: Make test cases + run: | + make build_dev_test - name: Golang Test Report uses: becheran/go-testreport@v0.3.2 with: @@ -43,4 +46,6 @@ jobs: uses: actions/upload-artifact@v4 with: name: jetkvm-app - path: bin/jetkvm_app \ No newline at end of file + path: | + bin/jetkvm_app + device-tests.tar.gz \ No newline at end of file