Skip to content

Remove gogo annotations (#112) #124

Remove gogo annotations (#112)

Remove gogo annotations (#112) #124

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
gen-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Init git submodules
run: make init-submodule
- name: Run unit tests
run: make test-ci