Skip to content

Commit 2e7d406

Browse files
committed
Parallel e2e tests
1 parent 0e55614 commit 2e7d406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
test:
22
uv run pytest --disable-warnings -s
3-
deno test -A tests/cli_test.ts
3+
deno test -A --parallel tests/cli_test.ts
44

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

88
open NOTEBOOK:
99
uv run runbook edit {{NOTEBOOK}}

0 commit comments

Comments
 (0)