From e2e66ab6e9c247a376ffb49acdb1506df5f02d60 Mon Sep 17 00:00:00 2001 From: web3-bot <web3-bot@users.noreply.github.com> Date: Wed, 16 Feb 2022 09:21:50 +0000 Subject: [PATCH] update .github/workflows/go-test.yml --- .github/workflows/go-test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 5f77540..606e0c7 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -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