Skip to content

Commit

Permalink
CI: 32 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Sep 9, 2022
1 parent 6f8ffb3 commit 09234aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ on:
- v2

jobs:
linux32:
name: linux 386
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@master
with:
go-version: 1.19
- name: Run unit tests
run: GOARCH=386 go test ./...
tinygo:
name: tinygo 0.25.0
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09234aa

Please sign in to comment.