From c27340adc0e94bf0d498233664e277027f04b145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:50:57 +0900 Subject: [PATCH] fix: test --- .github/workflows/release.yml | 8 -------- .github/workflows/test.yml | 14 ++++---------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8008a9b..9327ca6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,14 +27,6 @@ jobs: - name: Setup Go Environment uses: actions/setup-go@master - - name: Cache Downloaded Modules - uses: actions/cache@master - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ matrix.goos }}-${{ matrix.goarch }}-${{ hashFiles('**/go.sum') }} - - name: Build Libraries env: NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 115c42f..3234f20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,14 +19,6 @@ jobs: - name: Setup Go Environment uses: actions/setup-go@master - - name: Cache Downloaded Modules - uses: actions/cache@master - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ matrix.goos }}-${{ matrix.goarch }}-${{ hashFiles('**/go.sum') }} - - name: Test Build env: NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }} @@ -42,5 +34,7 @@ jobs: GOARCH: amd64 run: | make -e test - ls build - make -e runtest + cd build + ls -hl + ldd test + ./test