github.com/tada-team/tdproto@v1.51.57/.github/workflows/test.yml (about) 1 --- 2 name: Testing 3 4 on: [push, pull_request] 5 6 jobs: 7 build: 8 runs-on: ubuntu-20.04 9 environment: Unit test environment 10 steps: 11 - uses: actions/checkout@v2 12 - uses: actions/setup-go@v2 13 with: 14 go-version: '1.16' 15 - name: Test codegen 16 run: | 17 go test ./codegen/...