feat: added application_name
Integration Tests / integration-test (push) Failing after 1m0s

This commit is contained in:
2026-09-18 23:08:31 +02:00
parent b35017b832
commit 7c8d0bdc99
9 changed files with 87 additions and 20 deletions
+11
View File
@@ -35,6 +35,17 @@ jobs:
go-version: '1.26'
cache: true
- name: Check formatting
run: |
make fmt
git diff --exit-code -- '*.go'
- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- name: Run lint
run: make lint
- name: Run all tests
env:
# act_runner runs this job in its own container alongside the