Skip to content

chore(build): replace proto and clockdrift with bamboo #52

chore(build): replace proto and clockdrift with bamboo

chore(build): replace proto and clockdrift with bamboo #52

Workflow file for this run

name: go-test
on:
push:
branches:
- '**'
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/go-setup
- run: go test -v -race ./...