Skip to content

Merge branch '141-get-many-32-bit' into dev #32

Merge branch '141-get-many-32-bit' into dev

Merge branch '141-get-many-32-bit' into dev #32

Workflow file for this run

name: Build and test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
build:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: ./build/ci.sh