github.1485827954.workers.dev/ethereum/go-ethereum@v1.14.3/.github/workflows/go.yml (about)

     1  name: i386 linux tests
     2  
     3  on:
     4    push:
     5      branches: [ master ]
     6    pull_request:
     7      branches: [ master ]
     8    workflow_dispatch:
     9  
    10  jobs:
    11    build:
    12      runs-on: self-hosted
    13      steps:
    14        - uses: actions/checkout@v2
    15        - name: Set up Go
    16          uses: actions/setup-go@v2
    17          with:
    18            go-version: 1.21.4
    19        - name: Run tests
    20          run: go test -short ./...
    21          env:
    22            GOOS: linux
    23            GOARCH: 386