Daily runtime validation is only running C tests
codefromthecrypt opened this issue ยท 3 comments
codefromthecrypt commented
#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
evacchi commented
I think the syntax being use there is incorrect, it should not pass -t
multiple times
eloparco commented
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.
loganek commented
The fix was already merged, thanks for your report.