You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect indentation causes Github to report "syntax error on line 1" and silently
disable all of the checks in this library. For example, see
https://github.com/apoelstra/rust-secp256k1/actions/runs/17178718613/workflow
After fixing the indentation, the test doesn't work, obviously, because it's a wasm
test.
0 commit comments