Skip to content

feat(editor): allow to pass a context (#204) #195

feat(editor): allow to pass a context (#204)

feat(editor): allow to pass a context (#204) #195

Workflow file for this run

# auto-generated by scripts/builds. DO NOT EDIT.
name: open
on:
push:
branches:
- main
pull_request:
paths:
- exp/open/**
- .github/workflows/open.yml
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./exp/open
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./exp/open/go.mod
cache: true
cache-dependency-path: ./exp/open/go.sum
- run: go build -v ./...
- run: go test -race -v ./...