Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
BlowaterNostr committed May 29, 2024
1 parent 64add0e commit d076838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ fmt:
deno fmt

test: fmt
deno test --unstable-kv \
deno test --trace-leaks --unstable-kv \
--allow-read=queries,test.sqlite,relayed.db,relayed.db-journal \
--allow-net --allow-write --allow-ffi \
--allow-env=DENO_DEPLOYMENT_ID,DENO_DIR,HOME \
--coverage \
--trace-leaks \
test.ts

cov:
Expand Down

0 comments on commit d076838

Please sign in to comment.