Skip to content

Commit

Permalink
tr
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Jun 11, 2020
1 parent 4332b46 commit a3e3806
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ jobs:
run: |
docker pull -q multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Testing
run: |
GOARCH=${{matrix.CFG[0]}} go build -v ./...
GOARCH=${{matrix.CFG[0]}} go test -v ./...
- uses: docker://s390x/golang:1.14
with:
args: go version
coverage_amd64_job:
needs: [ amd64_job ]
if: github.event_name == 'push'
Expand Down

0 comments on commit a3e3806

Please sign in to comment.