Update .gitea/workflows/deno-tests.yml

This commit is contained in:
chemical
2025-10-29 10:05:54 +01:00
parent 97761af214
commit bf3eba102a

View File

@@ -23,4 +23,4 @@ jobs:
deno-version: v2.5.4 deno-version: v2.5.4
- name: Build step - name: Build step
run: "deno test --allow-net" run: "deno test --allow-net --allow-env"