We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fe048 commit b68473eCopy full SHA for b68473e
.github/workflows/reusable-build-test.yml
@@ -151,6 +151,10 @@ jobs:
151
force-use-github: true
152
include-hidden-files: true
153
154
+ - name: Debug
155
+ if: ${{ inputs.target == 'wasm32-wasip1-threads' }}
156
+ uses: ./.github/actions/debugger/action.yml
157
+
158
### WASM
159
- name: Test WASM
160
timeout-minutes: 15 # Tests should finish within 15 mins, please fix your tests instead of changing this to a higher timeout.
0 commit comments