Skip to content

Commit

Permalink
Force reload on each run of the deno ext runbook library
Browse files Browse the repository at this point in the history
  • Loading branch information
zph committed Feb 2, 2025
1 parent e5bce74 commit aca46f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
test:
uv run pytest --disable-warnings -s
deno test -A --parallel tests/cli_test.ts
deno test -A --reload https://raw.githubusercontent.com/zph/runbook/main/ext/deno/runbook/mod.ts --parallel tests/cli_test.ts

test-watch:
watchexec -- uv run pytest --disable-warnings -s && deno test -A --parallel tests/cli_test.ts
watchexec -- just test

open NOTEBOOK:
uv run runbook edit {{NOTEBOOK}}
Expand Down

0 comments on commit aca46f2

Please sign in to comment.