From bf3eba102a0ce4577ad2452b44ff8b9706e7f0f7 Mon Sep 17 00:00:00 2001 From: chemical Date: Wed, 29 Oct 2025 10:05:54 +0100 Subject: [PATCH] Update .gitea/workflows/deno-tests.yml --- .gitea/workflows/deno-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deno-tests.yml b/.gitea/workflows/deno-tests.yml index 506f26f..9bac15a 100644 --- a/.gitea/workflows/deno-tests.yml +++ b/.gitea/workflows/deno-tests.yml @@ -23,4 +23,4 @@ jobs: deno-version: v2.5.4 - name: Build step - run: "deno test --allow-net" + run: "deno test --allow-net --allow-env"