Skip to content

Commit 01fc77a

Browse files
committed
Add --allow-ffi flag to test task
1 parent 2b1107e commit 01fc77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"lock": false,
99
"tasks": {
10-
"test": "deno test --allow-run --allow-write --allow-read --allow-env",
10+
"test": "deno test --allow-run --allow-write --allow-read --allow-env --allow-ffi",
1111
"test:node": "deno task build:npm 0.0.0 && node test/main/node.mjs hello world",
1212
"build:jsr": "deno run -A tasks/build-jsr.ts",
1313
"build:npm": "deno run -A tasks/build-npm.ts"

0 commit comments

Comments
 (0)