commit 282d1faad1f3dd4d236c35266959a1d54c6a34f9 parent bf6060b6d1bff1ac514ba3f9912485bbb8e3337b Author: Silas Brack <silasbrack@gmail.com> Date: Fri, 3 Apr 2026 16:38:57 +0200 ci: rename test job to "Run tests" Diffstat:
| M | .forgejo/workflows/ci.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml @@ -9,7 +9,7 @@ on: jobs: test: - name: Test + name: Run tests runs-on: native steps: - uses: actions/checkout@v4