From 83d71f670302a82075eb93d92076f5d7908bdf2e Mon Sep 17 00:00:00 2001 From: bvandeusen Date: Sat, 18 Apr 2026 19:07:30 +0000 Subject: [PATCH] ci: re-trigger test workflow against rebuilt go-ci image --- .forgejo/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 1a7a6f89..fb057905 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -1,5 +1,8 @@ name: test +# Lint + short unit tests only. Integration tests needing Postgres/ffmpeg +# run locally via docker-compose; they should guard with testing.Short(). + on: push: branches: [dev]