Skip to content

feat: variant-proxy — server-computed variant index (Phase B) #5

feat: variant-proxy — server-computed variant index (Phase B)

feat: variant-proxy — server-computed variant index (Phase B) #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: gofmt
run: test -z "$(gofmt -l .)" || (gofmt -l . && exit 1)
- name: vet
run: go vet ./...
- name: unit tests
run: go test ./...
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: end-to-end tests
run: ./e2e/run.sh