Skip to content

chore: sw docs to CC-BY-4.0 license #1275

chore: sw docs to CC-BY-4.0 license

chore: sw docs to CC-BY-4.0 license #1275

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Deutsche Telekom IT GmbH
#
# SPDX-License-Identifier: Apache-2.0
name: Test - Unit
on:
push:
permissions:
contents: read
jobs:
test_go:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: |
go mod download
go test --race --count=1 --coverprofile cover.out -v ./...