Skip to content

Rename k8x to c8x with all variants #5

Rename k8x to c8x with all variants

Rename k8x to c8x with all variants #5

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Execute tests
on: push
jobs:
run-all-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Build
run: go test ./...