Skip to content

Commit

Permalink
e2e debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Dec 6, 2024
1 parent d3f8fd5 commit 633e3ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:

- name: Run e2e test with the new runtimes
working-directory: e2e-tests
run: yarn test
run: yarn vitest
env:
LOG_LEVEL: debug
ASTAR_WASM: wasm/astar_runtime.wasm
SHIDEN_WASM: wasm/astar_runtime.wasm

0 comments on commit 633e3ff

Please sign in to comment.