Skip to content

Commit

Permalink
Update deno tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Nov 21, 2024
1 parent 10efaf8 commit 9eebe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Bootstrap
run: deno install
- name: Generate
run: cd packages/as-sha256 && deno run -I scripts/codegen.ts
run: cd packages/as-sha256 && deno run -R -W -I scripts/codegen.ts
- name: Unit Tests
run: JS_RUNTIME=deno deno task --recursive --filter '' test:unit

Expand Down

0 comments on commit 9eebe10

Please sign in to comment.