Skip to content

Add test check

Add test check #4

Workflow file for this run

name: Build
on:
push:
branches:
- main
- release-**
pull_request:
branches:
- main
- release-**
env:
GOPROXY: https://proxy.golang.org
jobs:
test: ## This jobs takes around 2h to complete. Let's not make this a requirement for PRs until we can make it faster.
runs-on: ubuntu-latest
env:
PLATFORMS: linux/amd64
steps:
- uses: actions/checkout@v4
- run: make test