Compare commits

...

2 Commits

Author SHA1 Message Date
4d47b0d1d0
chore(ci): select another runner 2025-02-02 19:01:04 +01:00
af099ca73a
chore(ci): rename job of unit-test workflow 2025-02-02 18:47:04 +01:00

@ -11,11 +11,11 @@ on:
workflow_dispatch: {} workflow_dispatch: {}
jobs: jobs:
cluster: test:
container: container:
image: docker.io/library/golang:1.23.5 image: docker.io/library/golang:1.23.5
runs-on: runs-on:
- docker - ubuntu-latest
steps: steps:
- name: Install tooling - name: Install tooling
run: | run: |