Skip to content

Commit

Permalink
update cross-arch-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuaNerin committed Sep 8, 2024
1 parent 6be22a1 commit ee3be79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-arch-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
docker run \
--rm \
--volume ${{ github.workspace }}:/src \
--workdir /go/src/app \
--workdir /src \
--platform ${{ matrix.platform }} \
${{ matrix.image }} \
go test --tags=purego ./...
Expand All @@ -206,7 +206,7 @@ jobs:
docker run \
--rm \
--volume ${{ github.workspace }}:/src \
--workdir /go/src/app \
--workdir /src \
--platform ${{ matrix.platform }} \
${{ matrix.image }} \
go test -v ./...

0 comments on commit ee3be79

Please sign in to comment.