add otel as separate module #10

Merged
andrey merged 10 commits from handlers into master 2024-01-02 16:57:10 +03:00
Showing only changes of commit 7820ab977b - Show all commits

View File

@@ -15,7 +15,10 @@ steps:
commands: commands:
- golangci-lint run - golangci-lint run
- name: test:otel kind: pipeline
name: otel
- name: test
image: golang:1.21.5 image: golang:1.21.5
volumes: volumes:
- name: deps - name: deps
@@ -24,7 +27,7 @@ steps:
- cd handler/otel - cd handler/otel
- go test - go test
- name: golangci-lint:otel - name: golangci-lint
image: golangci/golangci-lint:v1.55 image: golangci/golangci-lint:v1.55
commands: commands:
- cd handler/otel - cd handler/otel