ci: linux/386

This commit is contained in:
Thomas Pelletier
2022-09-09 19:55:26 -04:00
parent 48ca06a23c
commit 3077a406a1
+19 -4
View File
@@ -1,14 +1,29 @@
# Those tests are allowed to fail # Those tests are allowed to fail. They don't represent an officially supported\
# situation, but rather ones that are nice to have.
name: experimental name: experimental
on: on:
push: # Not ready for merged commits yet.
branches: # push:
- v2 # branches:
# - v2
pull_request: pull_request:
branches: branches:
- v2 - v2
jobs: 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: tinygo:
name: tinygo 0.25.0 name: tinygo 0.25.0
runs-on: ubuntu-latest runs-on: ubuntu-latest