From 19b88ec858c427e4ace2d5fc35cdcfc4a8085eb5 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 8 Jun 2026 16:08:24 -0500 Subject: [PATCH] Test linux? --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 610816c8..4c600450 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Run tests in Docker - run: ./scripts/test-linux-docker.sh + run: ./scripts/test-linux.sh # build-linux: # runs-on: ubuntu-latest