Compare commits

..

2 Commits

Author SHA1 Message Date
4d47b0d1d0
chore(ci): select another runner
Some checks failed
Run unit tests / test (push) Failing after 12s
continuous-integration/drone/push Build is passing
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

View File

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