Skip to content

README: change godoc url to point to master #32

README: change godoc url to point to master

README: change godoc url to point to master #32

Workflow file for this run

# Test on 386 to make the logic for platforms that
# we do not have assembly implementations for works.
---
name: Test GOARCH 386
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
shell: bash
run: |
GOARCH=386 make env
GOARCH=386 make test