diff --git a/.github/workflows/linux_386.yaml b/.github/workflows/linux_386.yaml new file mode 100644 index 0000000..d0d10a7 --- /dev/null +++ b/.github/workflows/linux_386.yaml @@ -0,0 +1,21 @@ +name: Test fastwalk on Linux 386 (32-bit) +on: + push: + branches: [master] + pull_request: + branches: [master] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 1 + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version: '>=1.23.x' + - name: Test 386 + run: | + GOARCH=386 go env + GOARCH=386 go test