Skip to content

Commit

Permalink
gh: test fastwalk on 32-bit (386) Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Aug 31, 2024
1 parent 0131e8e commit 5a4b570
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/linux_386.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5a4b570

Please sign in to comment.