Skip to content

Add macOS testing to CI (#57) #176

Add macOS testing to CI (#57)

Add macOS testing to CI (#57) #176

Workflow file for this run

name: Conformance
on:
pull_request:
push:
tags:
- 'v*.*.*'
branches:
- 'main'
permissions:
contents: read
jobs:
conformance:
name: Conformance Testing
runs-on: ubuntu-latest
steps:
- name: Setup Cache
uses: actions/cache@v3
with:
path: ~/.cache/bazel
key: ${{ runner.os }}-build-cache
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install go
uses: actions/setup-go@v5
with:
go-version: stable
cache: true
- name: Test conformance
run: make conformance