Skip to content

Commit b68473e

Browse files
committed
Debugger
1 parent 66fe048 commit b68473e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-build-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ jobs:
151151
force-use-github: true
152152
include-hidden-files: true
153153

154+
- name: Debug
155+
if: ${{ inputs.target == 'wasm32-wasip1-threads' }}
156+
uses: ./.github/actions/debugger/action.yml
157+
154158
### WASM
155159
- name: Test WASM
156160
timeout-minutes: 15 # Tests should finish within 15 mins, please fix your tests instead of changing this to a higher timeout.

0 commit comments

Comments
 (0)