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"