1
0
mirror of https://github.com/libp2p/go-openssl.git synced 2025-03-26 13:40:09 +08:00

update .github/workflows/go-test.yml

This commit is contained in:
web3-bot 2022-03-08 15:55:54 +00:00
parent 0fadeb4d38
commit 1042fc2e74

View File

@ -13,8 +13,8 @@ jobs:
go: [ "1.16.x", "1.17.x" ]
env:
COVERAGES: ""
runs-on: ${{ format('{0}-latest', matrix.os) }}
name: ${{ matrix.os }} (go ${{ matrix.go }})
runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os}} (go ${{ matrix.go }})
steps:
- uses: actions/checkout@v2
with:
@ -50,9 +50,7 @@ jobs:
env:
GOARCH: 386
with:
run: |
export "PATH=${{ env.PATH_386 }}:$PATH"
go test -v ./...
run: go test -v ./...
- name: Run tests with race detector
if: ${{ matrix.os == 'ubuntu' }} # speed things up. Windows and OSX VMs are slow
uses: protocol/multiple-go-modules@v1.2