Skip to content

Commit

Permalink
Fixes libsodium workflow (#2364)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake authored Jan 15, 2025
1 parent edb3c73 commit c6e819e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ jobs:
go test -bench='BenchmarkWasip1' -timeout=20m -benchtime=1x
libsodium:
needs: build_tinygo_test_binary
name: libsodium (${{ matrix.os.name }}, ${{ matrix.os.arch }})
runs-on: ${{ matrix.os.version }}
strategy:
Expand Down Expand Up @@ -350,6 +349,15 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/.cache/golangci-lint
~/go/pkg/mod
~/go/bin
key: integration-test-libsodium-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum', 'Makefile') }}

- name: Download test binaries
run: make libsodium

Expand Down

0 comments on commit c6e819e

Please sign in to comment.