Support 32 bit (#374)

Add build for 32 bits linux

improved windows test time
This commit is contained in:
Maycon Santos
2022-07-01 10:42:38 +02:00
committed by GitHub
parent fa7b413fe7
commit e95f0f7acb
5 changed files with 15 additions and 21 deletions

View File

@@ -3,15 +3,12 @@ on: [push,pull_request]
jobs:
test:
strategy:
matrix:
go-version: [1.18.x]
runs-on: macos-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v2