Skip to content

fix(snap): ensure arm64 build can be performed from an amd64 machine #5810

fix(snap): ensure arm64 build can be performed from an amd64 machine

fix(snap): ensure arm64 build can be performed from an amd64 machine #5810

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run Tests
run: go test -race -v ./...