Skip to content

fix: Tracer instance memory leak (#9) #16

fix: Tracer instance memory leak (#9)

fix: Tracer instance memory leak (#9) #16

Workflow file for this run

name: build
on:
push:
branches:
- master
- opentracing-0.31
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: temurin
cache: maven
- name: Build with Maven
run: mvn -B verify