bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
15.21k stars 1.28k forks source link

Fix some aspects of running debug tests in CI #8754

Closed alexcrichton closed 3 months ago

alexcrichton commented 3 months ago

This commit fixes the filter used to run tests in CI to include all debug with a broader filter to include the whole debug module of tests. This fixes a mistake where recent tests added weren't running in CI.

This then additionally adds a run-dwarf filter in CI to run these tests on any changes to filenames containing "debug" in the name.