Skip to content

Commit

Permalink
ci: linux/386
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Sep 9, 2022
1 parent 48ca06a commit 3077a40
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/experimental.yml
@@ -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
on:
push:
branches:
- v2
# Not ready for merged commits yet.
# push:
# branches:
# - v2
pull_request:
branches:
- 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 3077a40

Please sign in to comment.