Skip to content

Upgrade to OTLP v1.0 #85

Upgrade to OTLP v1.0

Upgrade to OTLP v1.0 #85

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