Skip to content

Merge pull request #5 from moia-oss/adjust_license #11

Merge pull request #5 from moia-oss/adjust_license

Merge pull request #5 from moia-oss/adjust_license #11

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
matrix:
go: [ '1.21' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Tests
run: |
make test/ci