Revert "Set WASMTIME_BACKTRACE_DETAILS=1 for WASM basictest"

This reverts commit cb88edf0bfdc2ce6bfbe3b4e0463a4c2dc5d2230.

It didn't help. You need to go to a different repository (ruby/ruby.wasm)
to see meaningful backtraces.
https://github.com/ruby/ruby.wasm/actions/runs/15000135135/job/42144675968#step:16:176
This commit is contained in:
Takashi Kokubun 2025-05-14 10:06:28 -07:00
parent 1825ae4567
commit ef0e4406c8

View File

@ -152,8 +152,6 @@ jobs:
- name: Run basictest
run: wasmtime run ./../build/miniruby --mapdir /::./ -- basictest/test.rb
env:
WASMTIME_BACKTRACE_DETAILS: '1'
working-directory: src
- name: Run bootstraptest (no thread)