WebAssembly/wasi-testsuite

Daily runtime validation is only running C tests

codefromthecrypt opened this issue ยท 3 comments

#55 adds the wazero adapter which passes assemblyscript, c and rust tests. I noticed that the existing runs are only showing the C tests. Is there a glitch in the setup?

https://github.com/WebAssembly/wasi-testsuite/actions/runs/4298591707/jobs/7492869631

I think the syntax being use there is incorrect, it should not pass -t multiple times

I think the syntax being use there is incorrect, it should not pass -t multiple times

Yes, I was already pushing a fix. The repeated -t seems to be the problem.

The fix was already merged, thanks for your report.